From 6ff113007e20ff0c23288e961e60319fa8d4bb28 Mon Sep 17 00:00:00 2001 From: Jan Date: Thu, 23 Oct 2025 20:32:39 +0200 Subject: [PATCH] BuildKit-Container mit custom /etc/hosts --- .gitea/workflows/build.yml | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 684d4f2..2360349 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -17,8 +17,23 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Create BuildKit config with custom hosts + run: | + mkdir -p ~/.docker + cat > ~/.docker/buildkitd.toml <