ci: fix kaniko registry settings
This commit is contained in:
parent
a193b2d861
commit
5b642e52a4
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ steps:
|
||||||
- name: build-and-push
|
- name: build-and-push
|
||||||
image: registry.nxtgauge.com/kaniko:2.1.1
|
image: registry.nxtgauge.com/kaniko:2.1.1
|
||||||
settings:
|
settings:
|
||||||
registry: registry.nxtgauge.com
|
registry:
|
||||||
|
from_secret: REGISTRY_HOSTPORT
|
||||||
username:
|
username:
|
||||||
from_secret: REGISTRY_USERNAME
|
from_secret: REGISTRY_USERNAME
|
||||||
password:
|
password:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue