Skip to content

Commit bfda9ce

Browse files
author
Andreas Humenberger
committed
fix, Configuration for pruning tagged container images
1 parent 2b9f0cd commit bfda9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/job-container-image-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
uses: vlaurin/action-ghcr-prune@v0.6.0
1717
with:
1818
container: ${{ inputs.container }}
19+
prune-tags-regexes: .*
1920
keep-tags-regexes: |
2021
^v[1-9]\d*\.\d+.\d+$
2122
latest
2223
main
2324
keep-last: 5
2425
organization: ${{ inputs.organization }}
2526
token: ${{ github.token }}
26-
dry-run: true
2727
delete_untagged_container_versions:
2828
runs-on: ubuntu-latest
2929
steps:

0 commit comments

Comments
 (0)