From f634a232fd1e70b61ee4350fd04dabd232911807 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sun, 14 Oct 2018 13:51:26 +0200 Subject: [PATCH] ci: Added trunk build --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index afe2b13..a0755b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,12 @@ pipeline: + docker-trunk: + image: plugins/docker + repo: vmaple/rpdata-frontend + tags: trunk + secrets: [ docker_username, docker_password ] + when: + event: push + branch: master docker-release: image: plugins/docker repo: vmaple/rpdata-frontend