diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index a004d4b..3c5fe62 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -169,14 +169,10 @@ jobs: min-versions-to-keep: 1 delete-only-untagged-versions: true - keepalive-workflow: - name: Keepalive Workflow + workflow-keepalive: + if: github.event_name == 'schedule' runs-on: ubuntu-latest permissions: - packages: write - contents: read - attestations: write - id-token: write + actions: write steps: - - uses: actions/checkout@v4 - - uses: gautamkrishnar/keepalive-workflow@v2 # using the workflow with default settings + - uses: liskin/gh-workflow-keepalive@v1 using the workflow with default settings