From 6089d5f87a74abf7dede9ecc1cce75918ef245ed Mon Sep 17 00:00:00 2001 From: crovaxon Date: Mon, 17 Jun 2024 13:10:43 +0200 Subject: [PATCH] Trying adding the network being host to buildx setup --- .gitea/workflows/build-docker-image-and-push.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build-docker-image-and-push.yaml b/.gitea/workflows/build-docker-image-and-push.yaml index 2599e0a..b99083a 100644 --- a/.gitea/workflows/build-docker-image-and-push.yaml +++ b/.gitea/workflows/build-docker-image-and-push.yaml @@ -22,6 +22,7 @@ jobs: [registry."127.0.0.1:5000"] http = true insecure = true + driver-opts: network=host - name: Login to Docker Hub uses: docker/login-action@v3