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