We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e578a commit c516534Copy full SHA for c516534
1 file changed
.github/workflows/cleanup-ghcr-images.yml
@@ -8,11 +8,11 @@ on:
8
images_to_keep:
9
description: Maximum number of tagged images to keep (high water mark, 0 = no limit)
10
required: false
11
- default: ''
+ default: '4'
12
retention_days:
13
description: Delete images older than this many days (0 = no age limit)
14
15
+ default: '15'
16
delete_sha_only_tags:
17
description: Delete image versions that only have SHA tags
18
0 commit comments