Skip to content

Commit

Permalink
feat[cleanup]: do not delete versioned images
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 committed Nov 11, 2024
1 parent ea448e1 commit de65c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/registryCleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
image-tags: "dev !latest pr*" # any image tag
tag-selection: both # select both tagged and untagged package versions
cut-off: 6w # package versions should be older than 4 weeks
keep-n-most-recent: 5 # keep up to `n` tagged package versions for each of the packages
# keep-n-most-recent: 5 # keep up to `n` tagged package versions for each of the packages
dry-run: true

0 comments on commit de65c13

Please sign in to comment.