This commit is contained in:
parent
daf3c771f5
commit
1784bc761f
1 changed files with 2 additions and 3 deletions
|
@ -19,7 +19,7 @@ steps:
|
||||||
image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
settings:
|
settings:
|
||||||
build_args:
|
build_args:
|
||||||
- VERSION=1.23.1
|
- VERSION=1.24.1
|
||||||
repo: r.ocj.io/network/healthchecks
|
repo: r.ocj.io/network/healthchecks
|
||||||
registry: r.ocj.io
|
registry: r.ocj.io
|
||||||
username:
|
username:
|
||||||
|
@ -28,5 +28,4 @@ steps:
|
||||||
from_secret: local_password
|
from_secret: local_password
|
||||||
tags:
|
tags:
|
||||||
- "latest"
|
- "latest"
|
||||||
- "latest-${DRONE_BUILD_NUMBER}"
|
- "${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_SHA:0:8}"
|
||||||
- "1.23.1-${DRONE_BUILD_NUMBER}"
|
|
||||||
|
|
Loading…
Reference in a new issue