Skip to content

Commit 745bc35

Browse files
committed
feat[cleanup]: enable cleanup
1 parent de65c13 commit 745bc35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/registryCleanup.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
delete-package-versions:
12-
name: Delete package versions older than 4 weeks, but keep the latest 5 in case of rollbacks
12+
name: Delete package versions older than 6 weeks, but keep 10 versioned in case of rollbacks
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: snok/[email protected]
@@ -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
24-
dry-run: true
23+
keep-n-most-recent: 10 # keep up to `n` tagged package versions for each of the packages
24+

0 commit comments

Comments
 (0)