1
0
mirror of https://github.com/Luzifer/dns.git synced 2024-09-19 15:23:03 +00:00

Add repo-runner auto-build

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-01-31 23:49:19 +01:00
parent ae3487266e
commit 793f998e11
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
2 changed files with 11 additions and 0 deletions

6
.repo-runner.yaml Normal file
View File

@ -0,0 +1,6 @@
---
image: quay.io/luzifer/repo-runner-image
commands:
- make

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
default: container
container:
docker build --no-cache --pull -t luzifer/dns .
docker push luzifer/dns