add matrix build for master and release tag 14.4
parent
98d1094d12
commit
05771e36ff
@ -1,8 +1,18 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
|
|
||||||
|
build:
|
||||||
|
image: alpine:edge
|
||||||
|
commands:
|
||||||
|
- sed -i 's@<TAG>@${BUILD_VERSION}@' Dockerfile
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: bunix42/ttrss
|
repo: bunix42/ttrss
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- ${BUILD_VERSION}
|
||||||
secrets: [ docker_username, docker_password ]
|
secrets: [ docker_username, docker_password ]
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
BUILD_VERSION:
|
||||||
|
- master
|
||||||
|
- 14.4
|
Loading…
Reference in New Issue