From 05771e36ffd2736089ffc777da32f26d7ff832c9 Mon Sep 17 00:00:00 2001 From: bunix42 Date: Mon, 14 Aug 2017 11:16:48 +0000 Subject: [PATCH] add matrix build for master and release tag 14.4 --- .drone.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 45a0ef8..1ccac87 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,8 +1,18 @@ pipeline: + build: + image: alpine:edge + commands: + - sed -i 's@@${BUILD_VERSION}@' Dockerfile + docker: image: plugins/docker repo: bunix42/ttrss tags: - - latest - secrets: [ docker_username, docker_password ] \ No newline at end of file + - ${BUILD_VERSION} + secrets: [ docker_username, docker_password ] + +matrix: + BUILD_VERSION: + - master + - 14.4 \ No newline at end of file