Skip to content

Commit 63fb9d7

Browse files
committed
Update snok/container-retention-policy
1 parent e3ffe76 commit 63fb9d7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/container-images.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,11 @@ jobs:
6060
BUILDX_OUTPUT="${BUILDX_OUTPUT} --provenance=false"
6161
6262
- name: delete untagged container images
63-
uses: snok/container-retention-policy@v2
63+
uses: snok/container-retention-policy@v3.0.0
6464
if: ${{ github.event_name == 'push' }}
6565
with:
66+
account: nagare-media
6667
token: ${{ secrets.GITHUB_TOKEN }}
67-
token-type: github-token
68-
account-type: org
69-
org-name: nagare-media
68+
tag-selection: untagged
7069
image-names: engine/${{ matrix.image }}
71-
untagged-only: true
72-
cut-off: 1 day ago UTC
70+
cut-off: 1d

0 commit comments

Comments
 (0)