Browse Source

keepalive

main
Daniel Gibbs 2 weeks ago
parent
commit
9218470e5d
  1. 8
      .github/workflows/docker-publish.yml

8
.github/workflows/docker-publish.yml

@ -168,3 +168,11 @@ jobs:
package-type: container
min-versions-to-keep: 1
delete-only-untagged-versions: true
workflow-keepalive:
if: github.event_name == 'schedule'
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: liskin/gh-workflow-keepalive@v1
Loading…
Cancel
Save