Browse Source

keepalive

main
Daniel Gibbs 2 weeks ago
parent
commit
e6beb669dd
  1. 12
      .github/workflows/docker-publish.yml

12
.github/workflows/docker-publish.yml

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

Loading…
Cancel
Save