Skip to content

Commit

Permalink
ci: use liskin/gh-workflow-keepalive
Browse files Browse the repository at this point in the history
The objective is to maintain the CI active even after 60 days of
inactivity in the repository. This will ensure haproxy-qns image is
always up-to-date.
  • Loading branch information
a-denoyelle committed Mar 11, 2024
1 parent e59d669 commit e2c9959
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/docker_auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,13 @@ jobs:
with:
push: true
tags: ${{ env.DOCKER_IMAGE }}:latest

workflow-keepalive:
if: github.event_name == 'schedule'
runs-on: ubuntu-latest
permissions:
actions: write
steps:
- uses: liskin/gh-workflow-keepalive@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e2c9959

Please sign in to comment.