Skip to content

Commit a15e7ff

Browse files
committed
[#601] Delete untagged SNAPSHOT images
1 parent ec26934 commit a15e7ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/prune.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ jobs:
2525
token: ${{ secrets.GHCR_IO_TOKEN }}
2626
exclude-tags: "^\\d+\\.\\d+\\.\\d+$"
2727
use-regex: true
28-
keep-n-tagged: 2
28+
keep-n-tagged: 2
29+
dry-run: true
30+
delete-untagged: true

0 commit comments

Comments
 (0)