We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07403c9 commit 28d9cdeCopy full SHA for 28d9cde
.github/workflows/clean-containers.yaml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
22
- name: Delete 'PR' containers older than a week
23
- uses: snok/container-retention-policy@v2.2.1
+ uses: snok/container-retention-policy@v3.0.0
24
with:
25
image-names: ${{ env.REGISTRY }}/${{ env.REPO }}
26
filter-tags: sha-*,sha256:*
0 commit comments