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 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user