Archived
1
0

add drone build file

This commit is contained in:
bunix42 2018-04-27 06:48:49 +00:00
parent 87f8a7d7ba
commit b0d63ad35e

16
.drone.yml Normal file
View File

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