From 9b20b62b3c1da3e6557291193421a52a8816b82d Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Sat, 12 Oct 2019 11:25:16 -0300 Subject: [PATCH] add v17.0 --- .drone.yml | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 346dcb4..2d45edb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,16 +9,16 @@ steps: - git submodule init - git submodule update - - name: build 16.0 image + - name: build 17.0 image image: plugins/docker settings: - context: 16.0/unit - dockerfile: 16.0/unit/Dockerfile + context: 17.0/unit + dockerfile: 17.0/unit/Dockerfile repo: eumau/nextcloud tags: - - 16.0 + - 17.0 - latest - - 16.0-unit + - 17.0-unit - latest-unit username: from_secret: dockerhub_username @@ -27,3 +27,20 @@ steps: when: branch: - master + + - name: build 16.0 image + image: plugins/docker + settings: + context: 16.0/unit + dockerfile: 16.0/unit/Dockerfile + repo: eumau/nextcloud + tags: + - 16.0 + - 16.0-unit + username: + from_secret: dockerhub_username + password: + from_secret: dockerhub_password + when: + branch: + - master