From 38cf94e874102ac75436875f813fc6e7ca67f6ec Mon Sep 17 00:00:00 2001 From: Guillaume Fieni Date: Tue, 23 Jun 2026 18:32:38 +0200 Subject: [PATCH] ci(release): Preserve `.git` directory in BuildKit Git context --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cad2092..bef72a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,6 +49,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: | + BUILDKIT_CONTEXT_KEEP_GIT_DIR=1 BUILD_TYPE=Release github-release: