bunix42
/
docker-helm
Archived
1
0
Fork 0

add drone build file

master
bunix42 6 years ago
parent 87f8a7d7ba
commit b0d63ad35e

@ -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