Added drone build step to build docker image for develop
All checks were successful
the build was successful

This commit is contained in:
kolaente 2018-10-15 10:56:00 +02:00
parent 3dc3d09635
commit 53c328300d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -26,6 +26,17 @@ pipeline:
when: when:
event: [ push, tag ] event: [ push, tag ]
branch: [ master ] branch: [ master ]
docker:
image: plugins/docker
pull: true
secrets: [ docker_username, docker_password ]
repo: vikunja/website
tags: [ 'develop' ]
auto_tag: true
when:
event: [ push, tag ]
branch: [ develop ]
rancher: rancher:
image: peloton/drone-rancher image: peloton/drone-rancher