From 96e585e8f0f6476b27c84bf4ea9777867b939811 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Fri, 28 Aug 2020 10:48:21 +0100 Subject: [PATCH] ci: volume --- .drone/drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.drone/drone.yml b/.drone/drone.yml index 417aa28..a482b35 100644 --- a/.drone/drone.yml +++ b/.drone/drone.yml @@ -11,3 +11,12 @@ steps: registry: from_secret: local-docker-registry repo: ssh + volumes: + - name: ca + path: /etc/docker/certs.d + +volumes: +- name: ca + host: + path: /etc/docker/certs.d +