Run base build every day at 1h
This commit is contained in:
parent
b6e5912075
commit
a912b890e0
|
@ -3,7 +3,7 @@ name: Build Base
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '*/20 * * * *'
|
- cron: '0 1 * * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_VERSION: 26
|
DOCKER_VERSION: 26
|
||||||
|
|
Loading…
Reference in New Issue