docker-caddy/.drone.yml
Jan Christian Grünhage 6cd8a76803
All checks were successful
the build was successful
chore: removed version v0.10.4, as that one is not compatible with forwardproxy
2017-12-15 04:30:41 +01:00

29 lines
872 B
YAML

pipeline:
docker:
image: plugins/docker
repo: docker.jcg.re/caddy
build_args:
- BRANCH=tags/${CADDY_VERSION}
registry: docker.jcg.re
secrets: [ docker_username, docker_password ]
tags: ${CADDY_VERSION}
docker:
image: plugins/docker
repo: docker.jcg.re/caddy
registry: docker.jcg.re
secrets: [docker_username, docker_password ]
tags: latest
when:
matrix:
CADDY_VERSION: v0.10.10
matrix:
CADDY_VERSION:
- v0.10.10
- v0.10.9
- v0.10.8
- v0.10.7
- v0.10.6
- v0.10.5