diff --git a/.github/workflows/ghcr-retention.yml b/.github/workflows/ghcr-retention.yml index 73d47fc59..d31738626 100644 --- a/.github/workflows/ghcr-retention.yml +++ b/.github/workflows/ghcr-retention.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Delete 'dev' containers older than a week - uses: sondrelg/container-retention-policy@v1 + uses: snok/container-retention-policy@v1 with: image-names: dev-server,dev-ldap,dev-proxy cut-off: One week ago UTC