diff --git a/.github/workflows/clean-containers.yaml b/.github/workflows/clean-containers.yaml index 9e3c5a8..b6bd1a2 100644 --- a/.github/workflows/clean-containers.yaml +++ b/.github/workflows/clean-containers.yaml @@ -18,7 +18,7 @@ jobs: run: | echo "REPO=${GITHUB_REPOSITORY,,}" >> $GITHUB_ENV - name: Delete 'PR' containers older than a week - uses: snok/container-retention-policy@v2.1.3 + uses: snok/container-retention-policy@v2.2.1 with: image-names: ${{ env.REGISTRY }}/${{ env.REPO }} filter-tags: "sha-*,sha256:*"