From 78c32a0610aec2f6bb5c5e7d34093ce405481e94 Mon Sep 17 00:00:00 2001 From: bunix42 Date: Fri, 13 Apr 2018 19:03:34 +0000 Subject: [PATCH] add drone build script --- .drone.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..5995ec2 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,19 @@ +pipeline: + + build: + image: alpine:edge + commands: + - sed -i 's@@${VERSION}@' Dockerfile + + docker: + image: plugins/docker + repo: bunix42/google-cloud-sdk + tags: + - ${VERSION} + secrets: [ docker_username, docker_password ] + when: + branch: master + +matrix: + NC_VERSION: + - 193.0.0-alpine \ No newline at end of file