alpine-s6/.drone.yml

31 lines
731 B
YAML
Raw Normal View History

2018-06-07 10:33:20 +00:00
pipeline:
docker:
image: plugins/docker
2018-11-26 16:03:36 +00:00
repo: thallian/alpine-s6
2018-06-07 10:33:20 +00:00
autotag: true
secrets: [ docker_username, docker_password ]
tags:
- ${DRONE_COMMIT_SHA}
- ${DRONE_COMMIT_BRANCH}
- latest
trigger:
image: plugins/downstream
server: https://ci.vanwa.ch
fork: true
repositories:
- docker/confd-env
- docker/letsencrypt
- docker/drone-agent
- docker/drone-server
- docker/safari-bowl
- docker/openssh
- docker/yacy
- docker/sound-cards
- docker/caddy
2019-02-05 08:39:43 +00:00
- docker/airsonic
2018-06-07 10:33:20 +00:00
secrets: [ downstream_token ]
notify:
image: plugins/matrix
2019-02-05 08:39:43 +00:00
secrets: [ matrix_username, matrix_password, matrix_homeserver, matrix_roomid ]
2018-06-07 10:33:20 +00:00