We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea448e1 commit de65c13Copy full SHA for de65c13
.github/workflows/registryCleanup.yml
@@ -20,5 +20,5 @@ jobs:
20
image-tags: "dev !latest pr*" # any image tag
21
tag-selection: both # select both tagged and untagged package versions
22
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
+ # keep-n-most-recent: 5 # keep up to `n` tagged package versions for each of the packages
24
dry-run: true
0 commit comments