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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
8 deletions
-
.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 |
|
|
|
|