Skip to content

Commit

Permalink
try again (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes authored Dec 28, 2023
2 parents 3f6e78a + fb6bbdf commit b7999ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pull-request-master-closed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ jobs:
with:
image-names: '*'
cut-off: two hours ago UTC+4
timestamp-to-use: updated_at
account-type: personal
token: ${{ secrets.PACKAGE_PRUNER_TOKEN }}
filter-tags: PR${{ github.event.pull_request.number }}

- uses: snok/container-retention-policy@v2
with:
image-names: '*'
cut-off: two hours ago UTC+4
timestamp-to-use: updated_at
account-type: personal
token: ${{ secrets.PACKAGE_PRUNER_TOKEN }}
untagged-only: true

0 comments on commit b7999ca

Please sign in to comment.