We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8080f commit 5fee76cCopy full SHA for 5fee76c
.github/workflows/build-docker.yaml
@@ -34,3 +34,4 @@ jobs:
34
with:
35
push: ${{ github.event_name == 'push' }}
36
tags: ghcr.io/${{github.repository}}:latest
37
+ build-args: BUILDKIT_CONTEXT_KEEP_GIT_DIR=true # keep .git in the Docker build context -- needed to determine the package version
0 commit comments