Skip to content

Commit f60c482

Browse files
committed
Try buildkit arg
1 parent fee759f commit f60c482

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,14 @@ jobs:
3434
- name: tag and push devel image
3535
run: |
3636
docker build --push \
37+
--build-arg BUILDKIT_CONTEXT_KEEP_GIT_DIR=1 \
3738
--tag dmstraub/gramps-webapi:latest-devel \
3839
--platform linux/amd64,linux/arm/v7,linux/arm64 .
3940
- name: tag and push release image
4041
if: github.event_name == 'release'
4142
run: |
4243
docker build --push \
44+
--build-arg BUILDKIT_CONTEXT_KEEP_GIT_DIR=1 \
4345
--tag dmstraub/gramps-webapi:${{ github.event.release.tag_name }} \
4446
--tag dmstraub/gramps-webapi:latest \
4547
--platform linux/amd64,linux/arm/v7,linux/arm64 .

0 commit comments

Comments
 (0)