diff --git a/.repo-runner.yaml b/.repo-runner.yaml new file mode 100644 index 0000000..48c916a --- /dev/null +++ b/.repo-runner.yaml @@ -0,0 +1,6 @@ +--- + +image: quay.io/luzifer/repo-runner-image + +commands: + - make diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..860c638 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +default: container + +container: + docker build --no-cache --pull -t luzifer/dns . + docker push luzifer/dns