We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ab9e4 commit 88568faCopy full SHA for 88568fa
.github/workflows/job-container-image-cleanup.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: vlaurin/action-ghcr-prune@v0.6.0
17
with:
18
container: ${{ inputs.container }}
19
- keep-tags-regexes: ^v[1-9]\d*\.\d+.\d+$
+ # keep-tags-regexes: ^v[1-9]\d*\.\d+.\d+$
20
# keep-tags: |-
21
# latest
22
# main
0 commit comments