From 7dbbe0811b22f6a39199a10480a09ba41178b8ff Mon Sep 17 00:00:00 2001 From: Maxim Date: Sun, 6 Oct 2024 23:38:00 +0300 Subject: [PATCH] Update github action for purge images --- .github/workflows/purge-images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}