fix drone.yml

This commit is contained in:
Jochen Welzel 2020-04-20 10:53:47 +02:00
parent 797bf92f59
commit 894e182c97
1 changed files with 12 additions and 7 deletions

View File

@ -4,10 +4,15 @@ type: docker
name: default
steps:
- name: Build docker image
image: docker:latest
volumes:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker build --no-cache -t nsd-docker .
- name: Build docker image
image: docker:latest
volumes:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker build --no-cache -t nsd-docker .
volumes:
- name: docker_sock
host:
path: /var/run/docker.sock