Skip to content

Commit

Permalink
Update container-retention-policy to v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtneug committed Jul 1, 2024
1 parent 1efa6b7 commit 271cfa1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/container-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,11 @@ jobs:
docker push "ghcr.io/opencast/pyca:main"
- 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: opencast
token: ${{ secrets.GITHUB_TOKEN }}
token-type: github-token
account-type: org
org-name: opencast
tag-selection: untagged
image-names: pyca
untagged-only: true
cut-off: 1 day ago UTC

0 comments on commit 271cfa1

Please sign in to comment.