build minimal image

This commit is contained in:
Mauro Torrez 2019-09-18 12:03:30 -03:00
parent 394c395923
commit 986ad8276a

View File

@ -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