Update .gitea/workflows/build-and-publish.yaml
Some checks failed
Build And Publish Container / build (push) Has been cancelled

This commit is contained in:
Alan Moon 2025-03-08 12:54:32 -08:00
parent 0276e4bd5b
commit 0e00d0b7a2

View File

@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
options: --dns 10.14.69.120
options: --dns 127.0.0.11
steps:
- name: Check out repository code
uses: actions/checkout@v4