From 0224700fd8713925b8cc6b602d1a9490f5e34e0d Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 1 Jul 2021 13:54:31 +0200 Subject: [PATCH] Keep git dir Signed-off-by: CrazyMax --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d92f876f..fc27c898 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -204,6 +204,7 @@ jobs: push: ${{ github.event_name != 'pull_request' }} cache-from: type=local,src=/tmp/.buildx-cache/${{ env.CACHEKEY_BINARIES }} platforms: ${{ env.PLATFORMS }},darwin/amd64,darwin/arm64,windows/amd64,windows/arm64 + build-args: BUILDKIT_CONTEXT_KEEP_GIT_DIR=1 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} -