devops: build canary docker daily
This commit is contained in:
parent
5bf1c03b51
commit
b1e555889f
2
.github/workflows/trigger_canary_docker.yml
vendored
2
.github/workflows/trigger_canary_docker.yml
vendored
|
|
@ -2,6 +2,8 @@ name: "devrelease:docker"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: "10 0 * * *"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue