nsd-docker/.drone.yml
2020-04-20 10:53:47 +02:00

19 lines
296 B
YAML

---
kind: pipeline
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 .
volumes:
- name: docker_sock
host:
path: /var/run/docker.sock