From c6ecb2f85d10f8bdc34a4f40f7bf0f3e1c1b5f34 Mon Sep 17 00:00:00 2001 From: Max Regan Date: Tue, 10 Dec 2019 06:02:33 +0000 Subject: [PATCH] Add drone.yaml for build and publish --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..106cfda --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +--- +kind: pipeline +name: default + +steps: +- name: kaniko + image: banzaicloud/drone-kaniko + settings: + registry: registry.lan + repo: arm-build-image + auto_tag: true \ No newline at end of file