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