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.
27 lines
543 B
YAML
27 lines
543 B
YAML
pipeline:
|
|
|
|
docker-latest:
|
|
image: plugins/docker
|
|
repo: bunix42/ttrss
|
|
build_args:
|
|
- TTRSS_GIT_TAG=master
|
|
- FEEDLY_GIT_TAG=master
|
|
tags:
|
|
- latest
|
|
secrets: [ docker_username, docker_password ]
|
|
|
|
docker-stable:
|
|
image: plugins/docker
|
|
repo: bunix42/ttrss
|
|
build_args:
|
|
- TTRSS_GIT_TAG=19.2
|
|
- FEEDLY_GIT_TAG=2.2.0
|
|
tags:
|
|
- 19.2
|
|
secrets: [ docker_username, docker_password ]
|
|
|
|
slack:
|
|
image: plugins/slack
|
|
channel: drone
|
|
username: drone
|
|
secrets: [ slack_webhook ] |