fix drone.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jochen Welzel 2020-04-20 10:55:11 +02:00
parent 894e182c97
commit 86179bfce1
1 changed files with 3 additions and 3 deletions

View File

@ -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