nsd-docker/.drone.yml
2020-04-20 10:46:18 +02:00

12 lines
226 B
YAML

kind: pipeline
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 .