Mauro Torrez 8da8da1c93
All checks were successful
continuous-integration/drone/push Build is passing
add drone CI
2019-09-25 17:03:32 -03:00

18 lines
316 B
YAML

---
kind: pipeline
name: default
steps:
- name: build and publish image
image: plugins/docker
settings:
repo: eumau/openldap
auto_tag: true
username:
from_secret: dockerhub_username
password:
from_secret: dockerhub_password
when:
branch:
- master