docker-airsonic/.drone.yml
Jan Christian Grünhage ad8fe1599b
All checks were successful
the build was successful
fix: latest tag contained no VERSION build arg
2018-01-10 17:18:10 +01:00

28 lines
545 B
YAML

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