run daily

This commit is contained in:
Christian Mehlmauer
2021-08-02 13:22:45 +02:00
parent 36a35279f2
commit 9db97d0730

View File

@@ -6,6 +6,8 @@ on:
- master
release:
types: [published]
schedule:
- cron: '0 7 * * *'
jobs:
images:
@@ -16,7 +18,7 @@ jobs:
uses: actions/checkout@v2.3.4
- name: Set tag to latest
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
if: (github.event_name == 'push' && github.ref == 'refs/heads/master') || github.event_name == 'schedule'
run: |
echo "DOCKER_TAG=latest" >> $GITHUB_ENV