Skip to content

Commit

Permalink
Update github action for purge images
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Oct 6, 2024
1 parent 9d9f4c5 commit 7dbbe08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/purge-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- name: Delete all PR containers older than a week
uses: snok/container-retention-policy@v2
with:
image-names: rest
image-names: rest arlington
cut-off: 1 week ago UTC
account-type: org
org-name: veraPDF
keep-at-least: 1
skip-tags: latest, arlington
skip-tags: latest
untagged-only: false
token: ${{ secrets.PAT }}

0 comments on commit 7dbbe08

Please sign in to comment.