From 597fb17ad9c7d4227aa8a55f94b40ba91042c9a6 Mon Sep 17 00:00:00 2001 From: Hanjo Meinhardt Date: Tue, 26 Oct 2021 23:26:51 +0200 Subject: [PATCH] refactor deprecated matrix --- .drone.yml | 38 +++++++++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 76980e2..19d3856 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,12 +1,39 @@ pipeline: - docker: + jekyll-3.7: + image: plugins/docker + repo: bunix42/jekyll + build_args: + - JEKYLL_VERSION=3.7.2 + tags: + - 3.7.2 + secrets: [ docker_username, docker_password ] + + jekyll-3.8: image: plugins/docker repo: bunix42/jekyll build_args: - JEKYLL_VERSION=3.8.6 tags: - - ${JEKYLL_VERSION} + - 3.8.6 + 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 + secrets: [ docker_username, docker_password ] + + jekyll-4.2: + image: plugins/docker + repo: bunix42/jekyll + build_args: + - JEKYLL_VERSION=4.2.0 + tags: + - 4.2.0 secrets: [ docker_username, docker_password ] slack: @@ -14,10 +41,3 @@ pipeline: channel: drone username: drone secrets: [ slack_webhook ] - -matrix: - JEKYLL_VERSION: - - 3.7.2 - - 3.8.6 - - 3.9.1 - - 4.2.0 \ No newline at end of file