update/cleanup dockerfile and parametrize build
parent
025e7edd58
commit
3e598cdb3f
@ -1,9 +1,19 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
|
|
||||||
|
build:
|
||||||
|
image: alpine:edge
|
||||||
|
commands:
|
||||||
|
- sed -i 's@<VERSION>@${VERSION}@' Dockerfile
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: bunix42/jekyll
|
repo: bunix42/jekyll
|
||||||
tags:
|
tags:
|
||||||
- ${DRONE_REPO_BRANCH}
|
- ${VERSION}
|
||||||
email: hanjo@bunix.de
|
|
||||||
secrets: [ docker_username, docker_password ]
|
secrets: [ docker_username, docker_password ]
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
VERSION:
|
||||||
|
- 3.5.0
|
||||||
|
- 3.5.2
|
||||||
|
- 3.6.0
|
||||||
|
Loading…
Reference in New Issue