diff --git a/.drone.yml b/.drone.yml index bfd2623..1fe7d08 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,6 +25,9 @@ services: steps: - name: setup_image image: docker:dind + volumes: + - name: dockersock + path: /var/run commands: - until docker info; do echo "Waiting for Docker daemon..."; sleep 1; done - docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .