We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e0549 commit 1a8c1a5Copy full SHA for 1a8c1a5
1 file changed
.github/workflows/clean-ghcr.yaml
@@ -16,7 +16,7 @@ jobs:
16
packages: write
17
steps:
18
- name: Delete untagged container images according to cut-off
19
- uses: snok/container-retention-policy@4f22ef80902ad409ed55a99dc5133cc1250a0d03 # v3.0.0
+ uses: snok/container-retention-policy@1dc2fbd0781d6af814f0f1947189b54846743298 # v3.0.1
20
with:
21
image-names: ${{ github.event.repository.name }}
22
cut-off: ${{ inputs.cut-off }}
0 commit comments