From 0e00d0b7a274afde86994ac98fdc0359e4091762 Mon Sep 17 00:00:00 2001 From: Alan Moon Date: Sat, 8 Mar 2025 12:54:32 -0800 Subject: [PATCH] Update .gitea/workflows/build-and-publish.yaml --- .gitea/workflows/build-and-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index b838b36..85461d1 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -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