ci: Rebuild base image every week, at least
This commit is contained in:
parent
953a7166fb
commit
ae66d74b87
2
.github/workflows/docker-base-image.yml
vendored
2
.github/workflows/docker-base-image.yml
vendored
|
|
@ -2,6 +2,8 @@ name: Docker Base Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 5 * * MON"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- release
|
- release
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user