Add weekly build
This commit is contained in:
parent
48c9c66e3a
commit
884b78b858
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
name: 'Build Custom docker:dind image'
|
||||
author: 'Neshura'
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '0 0 * * 1'
|
||||
jobs:
|
||||
build-container:
|
||||
runs-on: dind
|
||||
|
|
Loading…
Reference in a new issue