Skip to content

Commit

Permalink
build: ghcr cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Jan 7, 2025
1 parent d01e924 commit e27614f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable-ghcr-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
owner: ${{ github.repository_owner }}
package: ${{ github.event.repository.name }}
dry-run: ${{ inputs.dry-run }}
delete-ghost-images: true
delete-partial-images: true
use-regex: true
exclude-tags: '^(v?(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?|main|latest)$'
older-than: 30 days
Expand Down

0 comments on commit e27614f

Please sign in to comment.