Skip to content

Commit

Permalink
Adds Github Actions job to cleanup Docker registry old images
Browse files Browse the repository at this point in the history
  • Loading branch information
gcaracuel committed Aug 22, 2023
1 parent 2452a6c commit 6caaf9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
organization: ${{ github.repository_owner }}
container: ${{ github.event.repository.name }}
dry-run: true # Dry-run first, then change to `false`
keep-younger-than: 90 # days
keep-last: 5
keep-younger-than: 365 # days
keep-last: 20
prune-tags-regexes: |
.*
keep-tags-regexes: |
Expand Down

0 comments on commit 6caaf9b

Please sign in to comment.