ci: use registry.nxtgauge.com/kaniko:2.1.1 explicitly
This commit is contained in:
parent
b2c2e78963
commit
192a90d128
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ matrix:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-and-push
|
- name: build-and-push
|
||||||
image: kaniko:2.1.1
|
image: registry.nxtgauge.com/kaniko:2.1.1
|
||||||
settings:
|
settings:
|
||||||
registry:
|
registry:
|
||||||
from_secret: REGISTRY_HOSTPORT
|
from_secret: REGISTRY_HOSTPORT
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue