From f4885a737fa7c654fe58e5f430e93d54e9817eec Mon Sep 17 00:00:00 2001 From: Ivan Pedrazas Date: Mon, 28 Aug 2017 23:14:48 +0100 Subject: [PATCH] drone file modified --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 43079d1..dfd4947 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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]