nsd-docker/.drone.yml

12 lines
226 B
YAML
Raw Normal View History

2020-04-20 08:46:18 +00:00
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 .