devops: build canary docker daily

This commit is contained in:
Andrey Lushnikov 2021-10-27 16:37:46 -07:00 committed by GitHub
parent 5bf1c03b51
commit b1e555889f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@ name: "devrelease:docker"
on: on:
workflow_dispatch: workflow_dispatch:
schedule:
- cron: "10 0 * * *"
push: push:
branches: branches:
- master - master