diff --git a/.drone.yml b/.drone.yml index 4368aa5..876e9d9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,18 +4,24 @@ pipeline: image: plugins/docker repo: bunix42/ttrss build_args: - - TTRSS_GIT_TAG=${TTRSS_GIT_TAG} + - TTRSS_GIT_TAG=master + - FEEDLY_GIT_TAG=master 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 ] slack: image: plugins/slack channel: drone username: drone - secrets: [ slack_webhook ] - -matrix: - TTRSS_GIT_TAG: - - master - - 19.2 \ No newline at end of file + secrets: [ slack_webhook ] \ No newline at end of file