Skip to content

Commit

Permalink
feat[cleanup]: enable cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sidey79 committed Nov 13, 2024
1 parent 162c17d commit 9cb6d70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/registryCleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
delete-package-versions:
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
runs-on: ubuntu-latest
steps:
- uses: snok/[email protected]
Expand All @@ -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
dry-run: true
keep-n-most-recent: 10 # keep up to `n` tagged package versions for each of the packages

0 comments on commit 9cb6d70

Please sign in to comment.