Update docker.yml

This commit is contained in:
Koushik Dutta
2021-09-09 21:04:27 -07:00
committed by GitHub
parent 00c2837d9b
commit e798a745e0

View File

@@ -4,6 +4,9 @@ on:
workflow_dispatch:
release:
types: [published]
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '30 8 * * *'
jobs:
push_to_registry: