You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
pipeline:
|
|
|
|
build:
|
|
image: alpine:edge
|
|
commands:
|
|
- sed -i 's@<TAG>@${BUILD_VERSION}@' Dockerfile
|
|
|
|
docker:
|
|
image: plugins/docker
|
|
repo: bunix42/ttrss
|
|
tags:
|
|
- ${BUILD_VERSION}
|
|
secrets: [ docker_username, docker_password ]
|
|
|
|
matrix:
|
|
BUILD_VERSION:
|
|
- master
|
|
- 14.4 |