diff --git a/.drone.yml b/.drone.yml index 45a0ef8..1ccac87 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,8 +1,18 @@ pipeline: + build: + image: alpine:edge + commands: + - sed -i 's@@${BUILD_VERSION}@' Dockerfile + docker: image: plugins/docker repo: bunix42/ttrss tags: - - latest - secrets: [ docker_username, docker_password ] \ No newline at end of file + - ${BUILD_VERSION} + secrets: [ docker_username, docker_password ] + +matrix: + BUILD_VERSION: + - master + - 14.4 \ No newline at end of file