We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9f0cd commit bfda9ceCopy full SHA for bfda9ce
.github/workflows/job-container-image-cleanup.yml
@@ -16,14 +16,14 @@ jobs:
16
uses: vlaurin/action-ghcr-prune@v0.6.0
17
with:
18
container: ${{ inputs.container }}
19
+ prune-tags-regexes: .*
20
keep-tags-regexes: |
21
^v[1-9]\d*\.\d+.\d+$
22
latest
23
main
24
keep-last: 5
25
organization: ${{ inputs.organization }}
26
token: ${{ github.token }}
- dry-run: true
27
delete_untagged_container_versions:
28
runs-on: ubuntu-latest
29
steps:
0 commit comments