diff --git a/.github/workflows/clean-up-images.yml b/.github/workflows/clean-up-images.yml index 2289b8008..641111171 100644 --- a/.github/workflows/clean-up-images.yml +++ b/.github/workflows/clean-up-images.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete untagged images older than three days - uses: snok/container-retention-policy@v1 + uses: snok/container-retention-policy@v2 with: image-names: logto cut-off: Three days ago UTC