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