Skip to content

Commit 1123a2a

Browse files
committed
bump clean-containers to v3.0.0
1 parent 18f4953 commit 1123a2a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/clean-containers.yaml

+7-8
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ jobs:
2020
run: |
2121
echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}
2222
- name: Delete 'PR' containers older than a week
23-
uses: snok/container-retention-policy@v2.2.1
23+
uses: snok/container-retention-policy@v3.0.0
2424
with:
25-
image-names: ${{ env.REGISTRY }}/${{ env.REPO }}
26-
filter-tags: sha-*,sha256:*
27-
cut-off: A week ago UTC
28-
account-type: org
29-
org-name: ${{ github.repository_owner }}
30-
keep-at-least: 1
31-
token: ${{ secrets.GH_REPO_TOKEN }}
25+
image-names: ${{ env.REPO }}
26+
image-tags: "sha-* sha256:* !latest"
27+
cut-off: 1w
28+
account: ${{ github.repository_owner }}
29+
keep-n-most-recent: 1
30+
token: ${{ secrets.GITHUB_TOKEN }}
3231
timestamp-to-use: updated_at

0 commit comments

Comments
 (0)