Added drone build step to build docker image for develop
the build was successful Details

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
1 changed files with 11 additions and 0 deletions

View File

@ -26,6 +26,17 @@ pipeline:
when:
event: [ push, tag ]
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:
image: peloton/drone-rancher