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
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

Loading…
Cancel
Save