parent
580f506d4f
commit
4cb519f714
20
.drone.yml
20
.drone.yml
@ -1,5 +1,15 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
|
|
||||||
|
docker-stable:
|
||||||
|
image: plugins/docker
|
||||||
|
repo: bunix42/ttrss
|
||||||
|
build_args:
|
||||||
|
- TTRSS_GIT_TAG=19.2
|
||||||
|
- FEEDLY_GIT_TAG=v2.2.0
|
||||||
|
tags:
|
||||||
|
- 19.2
|
||||||
|
secrets: [ docker_username, docker_password ]
|
||||||
|
|
||||||
docker-latest:
|
docker-latest:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: bunix42/ttrss
|
repo: bunix42/ttrss
|
||||||
@ -10,16 +20,6 @@ pipeline:
|
|||||||
- latest
|
- latest
|
||||||
secrets: [ docker_username, docker_password ]
|
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:
|
slack:
|
||||||
image: plugins/slack
|
image: plugins/slack
|
||||||
channel: drone
|
channel: drone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user