Skip to content

Commit

Permalink
Schedule nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
maeb committed Apr 28, 2023
1 parent 05214df commit d8e1dfc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- v*
schedule:
- cron: '0 0 */1 * *'

env:
REGISTRY: ghcr.io
Expand All @@ -21,6 +23,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{version}}
type=schedule
- name: Log in to the container registry
uses: docker/login-action@v2
Expand Down

0 comments on commit d8e1dfc

Please sign in to comment.