From 581aad70456bc74208f6814207b2ee18ee0186ce Mon Sep 17 00:00:00 2001 From: f-bn Date: Sun, 4 Aug 2024 13:03:40 +0200 Subject: [PATCH] feat(cleanup): clean all images --- .github/workflows/cleanup-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup-images.yml b/.github/workflows/cleanup-images.yml index 9d027d4..64bfb73 100644 --- a/.github/workflows/cleanup-images.yml +++ b/.github/workflows/cleanup-images.yml @@ -19,6 +19,6 @@ jobs: account: user token: ${{ secrets.GITHUB_TOKEN }} image-names: "${{ matrix.package }}" - tag-selection: untagged + tag-selection: both cut-off: 4w rust-log: container_retention_policy=debug \ No newline at end of file