diff --git a/.drone.yml b/.drone.yml index af8d37a..85b3dce 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,10 +7,10 @@ steps: - name: Build docker image image: docker:latest volumes: - - name: docker_sock - path: /var/run/docker.sock + - name: docker_sock + path: /var/run/docker.sock commands: - - docker build --no-cache -t nsd-docker . + - docker build --no-cache -t nsd-docker . volumes: - name: docker_sock