add v17.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mauro Torrez 2019-10-12 11:25:16 -03:00
parent d2bc8e4e07
commit 9b20b62b3c

View File

@ -9,16 +9,16 @@ steps:
- git submodule init - git submodule init
- git submodule update - git submodule update
- name: build 16.0 image - name: build 17.0 image
image: plugins/docker image: plugins/docker
settings: settings:
context: 16.0/unit context: 17.0/unit
dockerfile: 16.0/unit/Dockerfile dockerfile: 17.0/unit/Dockerfile
repo: eumau/nextcloud repo: eumau/nextcloud
tags: tags:
- 16.0 - 17.0
- latest - latest
- 16.0-unit - 17.0-unit
- latest-unit - latest-unit
username: username:
from_secret: dockerhub_username from_secret: dockerhub_username
@ -27,3 +27,20 @@ steps:
when: when:
branch: branch:
- master - 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