pipeline: build: image: alpine:edge commands: - sed -i 's@@${VERSION}@' Dockerfile docker: image: plugins/docker repo: bunix42/jekyll tags: - ${VERSION} secrets: [ docker_username, docker_password ] slack: image: plugins/slack channel: drone username: drone secrets: [ slack_webhook ] matrix: VERSION: - 3.7.2 - 3.8.6 - 4.2.0