drone file modified

This commit is contained in:
Ivan Pedrazas
2017-08-28 23:14:48 +01:00
parent 4e7c9a88c0
commit f4885a737f
+4
View File
@@ -27,6 +27,8 @@ pipeline:
- docker tag image quay.io/ipedrazas/drone-helm:$TAG
- docker push quay.io/ipedrazas/drone-helm
secrets: ["quay_username", "quay_password"]
volumes:
- /var/run/docker.sock:/var/run/docker.sock
build_docker_latest:
image: docker:17.05-dind
@@ -39,6 +41,8 @@ pipeline:
- docker tag image quay.io/ipedrazas/drone-helm:latest
- docker tag image quay.io/ipedrazas/drone-helm:$TAG
- docker push quay.io/ipedrazas/drone-helm
volumes:
- /var/run/docker.sock:/var/run/docker.sock
when:
event: [push]
branch: [master]