File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
--platform linux/amd64,linux/arm/v7,linux/arm64 \
47
47
-f Dockerfile.devel .
48
48
- name : Clean up dangling images
49
- run : docker image prune -f
49
+ run : docker image prune -f -a
50
50
- name : tag and push release image
51
51
if : github.event_name == 'release'
52
52
run : |
@@ -55,15 +55,15 @@ jobs:
55
55
--tag ghcr.io/gramps-project/grampsweb:latest \
56
56
--platform linux/amd64,linux/arm/v7,linux/arm64 .
57
57
- name : Clean up dangling images
58
- run : docker image prune -f
58
+ run : docker image prune -f -a
59
59
- name : tag and push devel nginx image
60
60
run : |
61
61
docker build --push \
62
62
--tag ghcr.io/gramps-project/grampsjs:latest-devel \
63
63
--platform linux/amd64,linux/arm/v7,linux/arm64 \
64
64
-f Dockerfile.nginx .
65
65
- name : Clean up dangling images
66
- run : docker image prune -f
66
+ run : docker image prune -f -a
67
67
- name : tag and push release nginx image
68
68
if : github.event_name == 'release'
69
69
run : |
You can’t perform that action at this time.
0 commit comments