This commit is contained in:
parent
d2bc8e4e07
commit
9b20b62b3c
27
.drone.yml
27
.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user