fix: VERSION build arg was missing, create version matrix.
the build was successful Details

This commit is contained in:
Jan Christian Grünhage 2018-01-10 16:54:14 +01:00
parent 94b90b3377
commit 1f13023c39
Signed by: jcgruenhage
GPG Key ID: 6594C449C633D10C
1 changed files with 19 additions and 1 deletions

View File

@ -2,6 +2,24 @@ pipeline:
docker:
image: plugins/docker
repo: docker.jcg.re/airsonic
build_args:
- VERSION=${VERSION}
registry: docker.jcg.re
secrets: [ docker_username, docker_password ]
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]
tags: latest
when:
matrix:
VERSION=v10.1.1
matrix:
VERSION:
- v10.1.1
- v10.1.0
- v10.0.1
- v10.0.0