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.
38 lines
706 B
YAML
38 lines
706 B
YAML
pipeline:
|
|
|
|
jekyll-3.8:
|
|
image: plugins/docker
|
|
repo: bunix42/jekyll
|
|
build_args:
|
|
- JEKYLL_VERSION=3.8.7
|
|
tags:
|
|
- 3.8.7
|
|
- 3.8
|
|
secrets: [ docker_username, docker_password ]
|
|
|
|
jekyll-3.9:
|
|
image: plugins/docker
|
|
repo: bunix42/jekyll
|
|
build_args:
|
|
- JEKYLL_VERSION=3.9.1
|
|
tags:
|
|
- 3.9.1
|
|
- 3.9
|
|
secrets: [ docker_username, docker_password ]
|
|
|
|
jekyll-4.2:
|
|
image: plugins/docker
|
|
repo: bunix42/jekyll
|
|
build_args:
|
|
- JEKYLL_VERSION=4.2.1
|
|
tags:
|
|
- 4.2.1
|
|
- 4.2
|
|
secrets: [ docker_username, docker_password ]
|
|
|
|
slack:
|
|
image: plugins/slack
|
|
channel: drone
|
|
username: drone
|
|
secrets: [ slack_webhook ]
|