fix drone.yml
This commit is contained in:
parent
797bf92f59
commit
894e182c97
@ -4,10 +4,15 @@ type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: Build docker image
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user