This commit is contained in:
parent
63c0f82bca
commit
92c2cc2ecf
22
.drone.yml
22
.drone.yml
@ -4,18 +4,24 @@ pipeline:
|
|||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: bunix42/ttrss
|
repo: bunix42/ttrss
|
||||||
build_args:
|
build_args:
|
||||||
- TTRSS_GIT_TAG=${TTRSS_GIT_TAG}
|
- TTRSS_GIT_TAG=master
|
||||||
|
- FEEDLY_GIT_TAG=master
|
||||||
tags:
|
tags:
|
||||||
- ${TTRSS_GIT_TAG}
|
- latest
|
||||||
|
secrets: [ docker_username, docker_password ]
|
||||||
|
|
||||||
|
docker:
|
||||||
|
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 ]
|
secrets: [ docker_username, docker_password ]
|
||||||
|
|
||||||
slack:
|
slack:
|
||||||
image: plugins/slack
|
image: plugins/slack
|
||||||
channel: drone
|
channel: drone
|
||||||
username: drone
|
username: drone
|
||||||
secrets: [ slack_webhook ]
|
secrets: [ slack_webhook ]
|
||||||
|
|
||||||
matrix:
|
|
||||||
TTRSS_GIT_TAG:
|
|
||||||
- master
|
|
||||||
- 19.2
|
|
Loading…
x
Reference in New Issue
Block a user