docker-drone-nsd-zone/.drone.yml
Jochen Welzel aeaa745b11
All checks were successful
continuous-integration/drone/push Build is passing
add drone config
2021-01-18 16:20:18 +01:00

19 lines
348 B
YAML

---
kind: pipeline
type: docker
name: build-drone-nsd-zones-docker
steps:
- name: push docker image
image: plugins/docker
settings:
repo: j10l/drone-nsd-zones
username:
from_secret: docker_username
password:
from_secret: docker_password
volumes:
- name: docker_sock
host:
path: /var/run/docker.sock