diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 85461d1..f63f7b5 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 127.0.0.11 + options: --network gitea steps: - name: Check out repository code uses: actions/checkout@v4