Added CI for building/pushing the docker image.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
michael 2020-05-21 20:23:12 -05:00
parent 8e64d18c2b
commit 4d45f2d70a
2 changed files with 19 additions and 7 deletions

14
.drone.yml Normal file
View file

@ -0,0 +1,14 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: registry_username
password:
from_secret: registry_password
repo: registry.thegibsonhome.net/protonmail-bridge