From b0d63ad35e396bbe69e067dadfe43cb025b66b51 Mon Sep 17 00:00:00 2001 From: bunix42 Date: Fri, 27 Apr 2018 06:48:49 +0000 Subject: [PATCH] add drone build file --- .drone.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..3f21979 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,16 @@ +pipeline: + + docker: + image: plugins/docker + repo: bunix42/helm + build_args: + - HELM_VERSION=${HELM_VERSION} + tags: + - ${HELM_VERSION} + secrets: [ docker_username, docker_password ] + +matrix: + HELM_VERSION: + - 2.9.0 + - 2.8.2 + - 2.7.2