fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jeffrey C. Ollie 2021-08-06 23:56:15 -05:00
parent 4962acd451
commit d969d6ee61
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -17,8 +17,6 @@ name: build
steps: steps:
- name: publish - name: publish
image: plugins/kaniko image: plugins/kaniko
environment:
VERSION: 1.22.0
settings: settings:
build_args: build_args:
- VERSION=1.22.0 - VERSION=1.22.0
@ -31,4 +29,4 @@ steps:
tags: tags:
- latest - latest
- latest-${DRONE_BUILD_NUMBER} - latest-${DRONE_BUILD_NUMBER}
- ${VERSION}-${DRONE_BUILD_NUMBER} - 1.22.0-${DRONE_BUILD_NUMBER}