This commit is contained in:
parent
4962acd451
commit
d969d6ee61
1 changed files with 1 additions and 3 deletions
|
@ -17,8 +17,6 @@ name: build
|
|||
steps:
|
||||
- name: publish
|
||||
image: plugins/kaniko
|
||||
environment:
|
||||
VERSION: 1.22.0
|
||||
settings:
|
||||
build_args:
|
||||
- VERSION=1.22.0
|
||||
|
@ -31,4 +29,4 @@ steps:
|
|||
tags:
|
||||
- latest
|
||||
- latest-${DRONE_BUILD_NUMBER}
|
||||
- ${VERSION}-${DRONE_BUILD_NUMBER}
|
||||
- 1.22.0-${DRONE_BUILD_NUMBER}
|
||||
|
|
Loading…
Reference in a new issue