Update .gitea/workflows/build-and-publish.yaml
Some checks failed
Build And Publish Container / build (push) Failing after 32s

This commit is contained in:
Alan Moon 2025-03-08 12:47:25 -08:00
parent d006a426e4
commit 0276e4bd5b

View File

@ -5,6 +5,8 @@ on: [push]
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
options: --dns 10.14.69.120
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4