diff --git a/.github/workflows/purge-images.yml b/.github/workflows/purge-images.yml index 688cb7b..e42f8e5 100644 --- a/.github/workflows/purge-images.yml +++ b/.github/workflows/purge-images.yml @@ -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 }}