Skip to content

Commit 5eef54f

Browse files
authored
chore: remove workflow-keepalive from action-docker-publish
Removed workflow-keepalive step from Docker publish action.
1 parent 7717cc8 commit 5eef54f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,3 @@ jobs:
179179
package-type: container
180180
min-versions-to-keep: 1
181181
delete-only-untagged-versions: true
182-
183-
workflow-keepalive:
184-
if: github.event_name == 'schedule'
185-
runs-on: ubuntu-latest
186-
permissions:
187-
actions: write
188-
steps:
189-
- uses: liskin/gh-workflow-keepalive@v1

0 commit comments

Comments
 (0)