fix: make sure ./.git is included while building image

This commit is contained in:
rramiachraf 2024-10-05 00:20:08 +01:00
parent 40849d0557
commit aa0f063ea3

View File

@ -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