Run base build every day at 1h

This commit is contained in:
Matthieu Gautier 2020-02-05 12:11:18 +01:00
parent b6e5912075
commit a912b890e0
1 changed files with 1 additions and 1 deletions

View File

@ -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