dovecot/.drone.yml
Sebastian Hugentobler f51668581c update docker repo
2018-11-26 18:43:34 +01:00

16 lines
384 B
YAML

pipeline:
docker:
image: plugins/docker
repo: thallian/dovecot-ldap
registry: registry.gitlab.com
autotag: true
secrets: [ docker_username, docker_password ]
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_COMMIT_BRANCH}
- latest
notify:
image: plugins/matrix
secrets: [ matrix_username, matrix_password, matrix_homeserver, matrix_roomid ]