build minimal image
This commit is contained in:
parent
394c395923
commit
986ad8276a
26
.drone.yml
26
.drone.yml
@ -6,6 +6,31 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: eumau/drone-plugin-make
|
image: eumau/drone-plugin-make
|
||||||
|
|
||||||
|
- name: setup-minimal
|
||||||
|
image: debian:buster-slim
|
||||||
|
commands:
|
||||||
|
- source unit/version && echo "${NXT_VERSION}-minimal" > .tags
|
||||||
|
|
||||||
|
- name: setup-minimal
|
||||||
|
image: debian:buster-slim
|
||||||
|
commands:
|
||||||
|
- source unit/version && echo "latest-minimal" >> .tags
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: eumau/nginx-unit
|
||||||
|
username:
|
||||||
|
from_secret: dockerhub_username
|
||||||
|
password:
|
||||||
|
from_secret: dockerhub_password
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
|
||||||
- name: setup-php7.3
|
- name: setup-php7.3
|
||||||
image: debian:buster-slim
|
image: debian:buster-slim
|
||||||
commands:
|
commands:
|
||||||
@ -30,3 +55,4 @@ steps:
|
|||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user