diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index de59f2a..73072a8 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -57,6 +57,8 @@ jobs: cache-to: type=gha,mode=max platforms: ${{ matrix.platform }} tags: ${{ steps.image-metadata.outputs.tags }} + build-args: | + BUILDKIT_CONTEXT_KEEP_GIT_DIR=true merge: runs-on: ubuntu-20.04