Files
bibreminder/.drone.yml
Matthias Bilger 26056e25a9
All checks were successful
continuous-integration/drone/push Build is passing
added CI config
2019-09-24 17:52:08 +02:00

16 lines
313 B
YAML

kind: pipeline
name: default
steps:
- name: docker
image: plugins/docker
settings:
registry: registry.d1v3.de
repo: registry.d1v3.de/bibcheck
username:
from_secret: docker_username
password:
from_secret: docker_password
tags: latest
auto_tag: true