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 7674a91 commit a8329f2Copy full SHA for a8329f2
.github/workflows/image.yml
@@ -39,11 +39,10 @@ jobs:
39
push: true
40
tags: |
41
dmstraub/gramps-webapi:latest-devel
42
- platforms: linux/amd64,linux/arm64,linux/arm/v7
+ platforms: linux/amd64,linux/arm64
43
cache-from: type=gha
44
cache-to: type=gha,mode=max
45
provenance: false
46
- progress: plain
47
48
- name: Build and push release image
49
if: github.event_name == 'release'
@@ -53,8 +52,7 @@ jobs:
53
52
54
dmstraub/gramps-webapi:${{ github.event.release.tag_name }}
55
dmstraub/gramps-webapi:latest
56
57
58
59
60
0 commit comments