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
|
||||
settings:
|
||||
build_args:
|
||||
- VERSION=1.23.1
|
||||
- VERSION=1.24.1
|
||||
repo: r.ocj.io/network/healthchecks
|
||||
registry: r.ocj.io
|
||||
username:
|
||||
|
@ -28,5 +28,4 @@ steps:
|
|||
from_secret: local_password
|
||||
tags:
|
||||
- "latest"
|
||||
- "latest-${DRONE_BUILD_NUMBER}"
|
||||
- "1.23.1-${DRONE_BUILD_NUMBER}"
|
||||
- "${DRONE_BUILD_NUMBER}-${DRONE_COMMIT_SHA:0:8}"
|
||||
|
|
Loading…
Reference in a new issue