Skip to content

Commit de65c13

Browse files
committed
feat[cleanup]: do not delete versioned images
1 parent ea448e1 commit de65c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/registryCleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
image-tags: "dev !latest pr*" # any image tag
2121
tag-selection: both # select both tagged and untagged package versions
2222
cut-off: 6w # package versions should be older than 4 weeks
23-
keep-n-most-recent: 5 # keep up to `n` tagged package versions for each of the packages
23+
# keep-n-most-recent: 5 # keep up to `n` tagged package versions for each of the packages
2424
dry-run: true

0 commit comments

Comments
 (0)