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 +