Skip to content

Commit f6b7687

Browse files
committed
feat: add keepalive workflow to prevent github disabling action
1 parent bca909e commit f6b7687

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,10 @@ jobs:
168168
package-type: container
169169
min-versions-to-keep: 1
170170
delete-only-untagged-versions: true
171+
172+
keepalive-workflow:
173+
name: Keepalive Workflow
174+
runs-on: ubuntu-latest
175+
steps:
176+
- uses: actions/checkout@v4
177+
- uses: gautamkrishnar/keepalive-workflow@v2 # using the workflow with default settings

0 commit comments

Comments
 (0)