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 de65c13 commit 745bc35Copy full SHA for 745bc35
.github/workflows/registryCleanup.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
delete-package-versions:
12
- name: Delete package versions older than 4 weeks, but keep the latest 5 in case of rollbacks
+ name: Delete package versions older than 6 weeks, but keep 10 versioned in case of rollbacks
13
runs-on: ubuntu-latest
14
steps:
15
- uses: snok/[email protected]
@@ -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
24
- dry-run: true
+ keep-n-most-recent: 10 # keep up to `n` tagged package versions for each of the packages
+
0 commit comments