fix(ci): use REGISTRY_HOSTPORT secret for private registry
This commit is contained in:
parent
63d1813ffb
commit
88d9ebbfc2
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ steps:
|
|||
- name: build-and-push
|
||||
image: woodpeckerci/plugin-kaniko:2.1.1
|
||||
settings:
|
||||
registry: docker-registry.registry.svc.cluster.local:5000
|
||||
registry: ${REGISTRY_HOSTPORT}
|
||||
repo: nxtgauge-admin-solid
|
||||
dockerfile: Dockerfile.simple
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue