From 4e8c66f3cac40bf98714195497de09061d225966 Mon Sep 17 00:00:00 2001 From: The Dogfather <20+gb_dogfather@noreply.git.farh.net> Date: Sat, 23 May 2026 00:52:59 +0000 Subject: [PATCH] fix: add network=host to buildx driver-opts for DinD DNS resolution Co-Authored-By: Paperclip --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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