docker-airsonic/.drone.yml

36 lines
757 B
YAML
Raw Permalink Normal View History

2018-01-10 15:42:03 +00:00
pipeline:
docker:
image: plugins/docker
2018-09-14 08:24:29 +00:00
repo: docker.io/jcgruenhage/airsonic
build_args:
- VERSION=${VERSION}
2018-09-14 08:24:29 +00:00
registry: docker.io
secrets: [docker_username, docker_password]
tags: ${VERSION}
docker:
image: plugins/docker
repo: docker.jcg.re/airsonic
build_args:
2018-08-14 15:00:42 +00:00
- VERSION=v10.1.2
registry: docker.jcg.re
secrets: [docker_username, docker_password]
2018-01-10 15:42:03 +00:00
tags: latest
when:
matrix:
2018-08-14 15:00:42 +00:00
VERSION=v10.1.2
2018-01-10 16:50:56 +00:00
notify:
image: ptman/drone-plugin-matrix
homeserver: https://jcg.re
roomid: "!DGMJhcCufFwStBhKpv:gruenhage.xyz"
userid: "@drone:jcg.re"
secrets:
- matrix_accesstoken
matrix:
VERSION:
2018-08-14 15:00:42 +00:00
- v10.1.2
- v10.1.1
- v10.1.0
- v10.0.1
- v10.0.0