mirror of
https://github.com/Luzifer/dns.git
synced 2024-11-09 22:50:06 +00:00
Add repo-runner auto-build
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ae3487266e
commit
793f998e11
2 changed files with 11 additions and 0 deletions
6
.repo-runner.yaml
Normal file
6
.repo-runner.yaml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
image: quay.io/luzifer/repo-runner-image
|
||||||
|
|
||||||
|
commands:
|
||||||
|
- make
|
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
default: container
|
||||||
|
|
||||||
|
container:
|
||||||
|
docker build --no-cache --pull -t luzifer/dns .
|
||||||
|
docker push luzifer/dns
|
Loading…
Reference in a new issue