ci: update docker image monthly
This commit is contained in:
parent
3dde26bcef
commit
c328d8ece5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
|
@ -2,7 +2,7 @@ name: Docker nightly build
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 1 * * *'
|
||||
- cron: '0 0 1 * *'
|
||||
|
||||
jobs:
|
||||
build_image:
|
||||
|
|
Loading…
Reference in a new issue