fix(ci): use REGISTRY_HOSTPORT secret for private registry
This commit is contained in:
parent
614357cfa7
commit
8a25eab1b4
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ steps:
|
|||
- name: build-and-push
|
||||
image: woodpeckerci/plugin-kaniko:2.1.1
|
||||
settings:
|
||||
registry: registry.nxtgauge.internal:5000
|
||||
registry: ${REGISTRY_HOSTPORT}
|
||||
repo: nxtgauge-rust-${SERVICE}
|
||||
dockerfile: Dockerfile.simple
|
||||
build_args:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue