diff --git a/.drone.yml b/.drone.yml index 78d98d6..5b19b42 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,8 @@ steps: image: docker:24 privileged: true volumes: - - /var/run/docker.sock:/var/run/docker.sock + - host: /var/run/docker.sock + mount: /var/run/docker.sock commands: - docker build -t link-shortener:latest .