ci(docker): add schedule run every day

This commit is contained in:
MedzikUser 2022-05-19 16:18:36 +02:00
parent a7e302b492
commit b4822bf755
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ on:
workflow_dispatch:
schedule:
- cron: '0 0 */1 * *'
jobs:
build:
runs-on: ubuntu-latest