diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index df10baa..d62eea1 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -78,6 +78,8 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 + with: + driver-opts: network=host - name: Log in to Gitea Container Registry uses: docker/login-action@v3