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