koreader-sync/.drone.yml
Sebastian Hugentobler c8ec61fe24 update docker repo
2018-11-27 08:34:39 +01:00

16 lines
385 B
YAML

pipeline:
docker:
image: plugins/docker
repo: thallian/koreader-sync
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 ]