1
0

add matrix build for master and release tag 14.4

This commit is contained in:
bunix42 2017-08-14 11:16:48 +00:00
parent 98d1094d12
commit 05771e36ff

View File

@ -1,8 +1,18 @@
pipeline:
build:
image: alpine:edge
commands:
- sed -i 's@<TAG>@${BUILD_VERSION}@' Dockerfile
docker:
image: plugins/docker
repo: bunix42/ttrss
tags:
- latest
secrets: [ docker_username, docker_password ]
- ${BUILD_VERSION}
secrets: [ docker_username, docker_password ]
matrix:
BUILD_VERSION:
- master
- 14.4