fix drone.yml

This commit is contained in:
Jochen Welzel 2020-04-20 10:53:47 +02:00
parent 797bf92f59
commit 894e182c97

View File

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