Skip to content

Commit

Permalink
Update snok/container-retention-policy
Browse files Browse the repository at this point in the history
  • Loading branch information
mtneug committed Jul 11, 2024
1 parent e3ffe76 commit 63fb9d7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,11 @@ jobs:
BUILDX_OUTPUT="${BUILDX_OUTPUT} --provenance=false"
- name: delete untagged container images
uses: snok/container-retention-policy@v2
uses: snok/container-retention-policy@v3.0.0
if: ${{ github.event_name == 'push' }}
with:
account: nagare-media
token: ${{ secrets.GITHUB_TOKEN }}
token-type: github-token
account-type: org
org-name: nagare-media
tag-selection: untagged
image-names: engine/${{ matrix.image }}
untagged-only: true
cut-off: 1 day ago UTC
cut-off: 1d

0 comments on commit 63fb9d7

Please sign in to comment.