Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
andreykaipov committed Jan 3, 2024
1 parent 2f3d719 commit 96d5f52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/image-retention-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
private_key: ${{ secrets.CATHY_CLOUD_APP_PRIVATE_KEY }}

- name: Delete old images
uses: snok/container-retention-policy@main
uses: snok/container-retention-policy@v2
with:
account-type: personal
account-type: org
org-name: andreykaipov
token: ${{ steps.generate-token.outputs.token }}
token-type: github-token
image-names: ${{ github.event.repository.name }}
cut-off: one month ago EST
untagged-only: true
Expand Down

0 comments on commit 96d5f52

Please sign in to comment.