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 fee759f commit f60c482Copy full SHA for f60c482
.github/workflows/image.yml
@@ -34,12 +34,14 @@ jobs:
34
- name: tag and push devel image
35
run: |
36
docker build --push \
37
+ --build-arg BUILDKIT_CONTEXT_KEEP_GIT_DIR=1 \
38
--tag dmstraub/gramps-webapi:latest-devel \
39
--platform linux/amd64,linux/arm/v7,linux/arm64 .
40
- name: tag and push release image
41
if: github.event_name == 'release'
42
43
44
45
--tag dmstraub/gramps-webapi:${{ github.event.release.tag_name }} \
46
--tag dmstraub/gramps-webapi:latest \
47
0 commit comments