From e6195dcb9c7f192842d845ffdae04f962610f703 Mon Sep 17 00:00:00 2001 From: unglaublicherdude Date: Wed, 10 Jan 2024 08:49:55 +0100 Subject: [PATCH] try different names and cut off --- .github/workflows/image-retention.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-retention.yaml b/.github/workflows/image-retention.yaml index e4f4bbd5..3ab96f52 100644 --- a/.github/workflows/image-retention.yaml +++ b/.github/workflows/image-retention.yaml @@ -15,7 +15,7 @@ jobs: - name: Delete 'dev' containers older than 6 Month uses: snok/container-retention-policy@v2 with: - image-names: *scanserver* + image-names: scanserver cut-off: 1 week ago UTC timestamp-to-use: created_at account-type: org