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