1
0
Fork 0
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.

20 lines
333 B
YAML

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
- 17.4
- 17.12
- 18.12