diff --git a/.drone.yml b/.drone.yml index cb27b88..385b0b1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,12 +6,12 @@ steps: - name: build image: eumau/drone-plugin-make - - name: setup-minimal + - name: version-minimal image: debian:buster-slim commands: - source unit/version && echo "${NXT_VERSION}-minimal" > .tags - - name: setup-minimal + - name: latest-minimal image: debian:buster-slim commands: - source unit/version && echo "latest-minimal" >> .tags @@ -31,12 +31,12 @@ steps: branch: - master - - name: setup-php7.3 + - name: version-php7.3 image: debian:buster-slim commands: - source unit/version && echo "${NXT_VERSION}-php7.3" > .tags - - name: setup-php7.3 + - name: latest-php7.3 image: debian:buster-slim commands: - source unit/version && echo "latest-php7.3" >> .tags