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'
|
name: 'Build Custom docker:dind image'
|
||||||
author: 'Neshura'
|
author: 'Neshura'
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
schedule:
|
||||||
|
- cron: '0 0 * * 1'
|
||||||
jobs:
|
jobs:
|
||||||
build-container:
|
build-container:
|
||||||
runs-on: dind
|
runs-on: dind
|
||||||
|
|
Loading…
Reference in a new issue