docker-jekyll/.drone.yml
bunix42 4fd5bea8e9
All checks were successful
continuous-integration/drone/push Build is passing
remove old jekyll versions and bump ruby version
2022-04-19 18:40:29 +00:00

19 lines
342 B
YAML

pipeline:
jekyll-4.2:
image: plugins/docker
repo: bunix42/jekyll
build_args:
- JEKYLL_VERSION=4.2.2
- RUBY_VERSION=3-alpine
tags:
- 4.2.2
- 4.2
secrets: [ docker_username, docker_password ]
slack:
image: plugins/slack
channel: drone
username: drone
secrets: [ slack_webhook ]