Skip to content

Commit c516534

Browse files
committed
ci(cleanup): set default values for retention parameters
1 parent 50e578a commit c516534

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cleanup-ghcr-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88
images_to_keep:
99
description: Maximum number of tagged images to keep (high water mark, 0 = no limit)
1010
required: false
11-
default: ''
11+
default: '4'
1212
retention_days:
1313
description: Delete images older than this many days (0 = no age limit)
1414
required: false
15-
default: ''
15+
default: '15'
1616
delete_sha_only_tags:
1717
description: Delete image versions that only have SHA tags
1818
required: false

0 commit comments

Comments
 (0)