Skip to content

Commit 60f0584

Browse files
committed
build: reusable ghcr cleanup with multi-arch support
1 parent 098c964 commit 60f0584

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/reusable-ghcr-cleanup.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ jobs:
2626
token: ${{ secrets.token }}
2727
owner: ${{ github.repository_owner }}
2828
package: ${{ github.event.repository.name }}
29-
#dry-run: ${{ inputs.dry_run }}
29+
dry-run: ${{ inputs.dry-run }}
3030
use-regex: true
3131
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)$'
3232
older-than: 30 days
3333
keep-n-untagged: 10
34-
dry-run: true
3534
validate: true

0 commit comments

Comments
 (0)