diff --git a/.drone.yml b/.drone.yml index 512e5fa..92746ae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: from_secret: 'docker_password' volumes: - - '/var/run/docker.sock:/var/run/docker.sock' + - /var/run/docker.sock:/var/run/docker.sock commands: - 'echo building image ${IMG}'