Skip to content

Commit

Permalink
fix(43): delete only untagged versions
Browse files Browse the repository at this point in the history
set delete-only-untagged-versions to true instead of using ignore-versions
  • Loading branch information
Marko Weltzer committed Mar 10, 2024
1 parent aa3964e commit a6a54f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/registry_retention.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ jobs:
package-name: 'postthis'
package-type: 'container'
min-versions-to-keep: 10
delete-only-untagged-versions: 'false'
ignore-versions: '^(0|[0-9]\\d*)\\.0\\.0$'
delete-only-untagged-versions: 'true'

0 comments on commit a6a54f3

Please sign in to comment.