1
0
Fork 0

fix the feedly tag
the build was successful Details

master
Hanjo Meinhardt 5 years ago
parent 580f506d4f
commit 4cb519f714

@ -1,23 +1,23 @@
pipeline: pipeline:
docker-latest: docker-stable:
image: plugins/docker image: plugins/docker
repo: bunix42/ttrss repo: bunix42/ttrss
build_args: build_args:
- TTRSS_GIT_TAG=master - TTRSS_GIT_TAG=19.2
- FEEDLY_GIT_TAG=master - FEEDLY_GIT_TAG=v2.2.0
tags: tags:
- latest - 19.2
secrets: [ docker_username, docker_password ] secrets: [ docker_username, docker_password ]
docker-stable: docker-latest:
image: plugins/docker image: plugins/docker
repo: bunix42/ttrss repo: bunix42/ttrss
build_args: build_args:
- TTRSS_GIT_TAG=19.2 - TTRSS_GIT_TAG=master
- FEEDLY_GIT_TAG=2.2.0 - FEEDLY_GIT_TAG=master
tags: tags:
- 19.2 - latest
secrets: [ docker_username, docker_password ] secrets: [ docker_username, docker_password ]
slack: slack:

Loading…
Cancel
Save