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

View file

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