diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index b682012dc..172eaeca6 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete old images - uses: snok/container-retentation-policy@v2 + uses: snok/container-retention-policy@v2 with: image-names: dev-* cut-off: 60 days ago UTC