Browse Source

chore: remove workflow-keepalive from action-docker-publish

Removed the workflow-keepalive section from the Docker publish action.
pull/89/head
Daniel Gibbs 7 months ago
committed by GitHub
parent
commit
66832ae297
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      .github/workflows/action-docker-publish.yml

8
.github/workflows/action-docker-publish.yml

@ -167,11 +167,3 @@ 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