add drone CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mauro Torrez 2019-09-25 17:03:32 -03:00
parent 214e40f367
commit 8da8da1c93

17
.drone.yml Normal file
View File

@ -0,0 +1,17 @@
---
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