nsd-docker/.drone.yml

14 lines
243 B
YAML
Raw Normal View History

2020-04-20 08:49:48 +00:00
---
2020-04-20 08:46:18 +00:00
kind: pipeline
2020-04-20 08:49:48 +00:00
type: docker
2020-04-20 08:46:18 +00:00
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 .