Skip to content

Commit 81fc61b

Browse files
committedMar 6, 2025
[#601] Delete untagged SNAPSHOT images
1 parent ec26934 commit 81fc61b

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-orphaned-images: true

0 commit comments

Comments
 (0)