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.
21 lines
364 B
YAML
21 lines
364 B
YAML
pipeline:
|
|
|
|
docker:
|
|
image: plugins/docker
|
|
repo: bunix42/ttrss
|
|
build_args:
|
|
- TTRSS_GIT_TAG=${TTRSS_GIT_TAG}
|
|
tags:
|
|
- ${TTRSS_GIT_TAG}
|
|
secrets: [ docker_username, docker_password ]
|
|
|
|
slack:
|
|
image: plugins/slack
|
|
channel: drone
|
|
username: drone
|
|
secrets: [ slack_webhook ]
|
|
|
|
matrix:
|
|
TTRSS_GIT_TAG:
|
|
- master
|
|
- 19.2 |