From c0e78cb4b9e827a5370a719e62990175e423dcdb Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 3 Feb 2023 19:30:26 +0000 Subject: [PATCH] docker-in-docker --- .drone.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index f1f20a4..81e39a9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,5 +7,11 @@ steps: commands: - docker build -t code.ndumas.com/ndumas/smart-commit:latest . - docker push code.ndumas.com/ndumas/smart-commit:latest - - volumes: - - /var/run/docker.sock:/var/run/docker.sock + volumes: + - name: docksock + path: /var/run/docker.sock + +volumes: +- name: docksock + host: + path: /var/run/docker.sock