1
0
Fork 0

add matrix build for master and release tag 14.4

master
bunix42 7 years ago
parent 98d1094d12
commit 05771e36ff

@ -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
Loading…
Cancel
Save