Merge pull request #405 from kiwix/schedule
Schedule a base build everyday.
This commit is contained in:
commit
fde12d47f6
|
@ -1,6 +1,9 @@
|
|||
name: Build Base
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '45 10 * * *'
|
||||
|
||||
env:
|
||||
DOCKER_VERSION: 26
|
||||
|
|
Loading…
Reference in New Issue