Skip to content

Commit

Permalink
🏗️ config(cd): Actually delete images in CRP.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Jan 29, 2025
1 parent 2446622 commit 099e455
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container-retention-policy.yml
Original file line number Diff line number Diff line change
@@ -30,4 +30,6 @@ jobs:
with:
dry-run: ${{ inputs.dry-run || false }}
older-than: ${{ inputs.older-than || '1 month' }}
delete-tags: sha-*,pr-*,gh-readonly-queue-*
delete-untagged: true
exclude-tags: 'v*'

0 comments on commit 099e455

Please sign in to comment.