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:
|
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}
|
||||||
|
|
Loading…
Reference in a new issue