Schedule a base build everyday.

This commit is contained in:
Matthieu Gautier 2020-01-31 11:11:40 +01:00
parent 4b3178ea12
commit 3326cda7e3
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
name: Build Base name: Build Base
on: [push] on:
push:
schedule:
- cron: '45 10 * * *'
env: env:
DOCKER_VERSION: 26 DOCKER_VERSION: 26