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