diff --git a/.github/workflows/clean-containers.yaml b/.github/workflows/clean-containers.yaml index c95ad55..84eaeac 100644 --- a/.github/workflows/clean-containers.yaml +++ b/.github/workflows/clean-containers.yaml @@ -21,7 +21,7 @@ jobs: run: | echo "REPO=$(echo $GITHUB_REPOSITORY | cut -f2 -d/)" >> ${GITHUB_ENV} - name: Delete 'PR' containers older than a week - uses: snok/container-retention-policy@v3.0.0 + uses: snok/container-retention-policy@v3.0.1 with: image-names: ${{ env.REPO }} image-tags: "sha-* sha256:* !latest"