1
1
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
341 B
YAML

pipeline:
build:
image: alpine:edge
commands:
- sed -i 's@<VERSION>@${VERSION}@' Dockerfile
docker:
image: plugins/docker
repo: bunix42/jekyll
tags:
- ${VERSION}
secrets: [ docker_username, docker_password ]
matrix:
VERSION:
- 3.5.0
- 3.5.2
- 3.6.0
- 3.7.0
- 3.7.2
- 3.8.6