nsd-docker/.drone.yml
2020-04-20 10:49:48 +02:00

14 lines
243 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 .