add drone build file
This commit is contained in:
parent
87f8a7d7ba
commit
b0d63ad35e
16
.drone.yml
Normal file
16
.drone.yml
Normal 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
|
Reference in New Issue
Block a user