docker-airsonic/.drone.yml

26 lines
505 B
YAML
Raw Normal View History

2018-01-10 15:42:03 +00:00
pipeline:
docker:
image: plugins/docker
repo: docker.jcg.re/airsonic
build_args:
- VERSION=${VERSION}
2018-01-10 15:42:03 +00:00
registry: docker.jcg.re
secrets: [docker_username, docker_password]
tags: ${VERSION}
docker:
image: plugins/docker
repo: docker.jcg.re/airsonic
registry: docker.jcg.re
secrets: [docker_username, docker_password]
2018-01-10 15:42:03 +00:00
tags: latest
when:
matrix:
VERSION=v10.1.1
matrix:
VERSION:
- v10.1.1
- v10.1.0
- v10.0.1
- v10.0.0