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:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 5 * * MON"
|
||||
push:
|
||||
branches:
|
||||
- release
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user