fix(ci): use repo name with registry setting for insecure push
This commit is contained in:
parent
dc56f16a4e
commit
fe3bd21a48
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ steps:
|
|||
settings:
|
||||
insecure: true
|
||||
registry: docker-registry.registry.svc.cluster.local:5000
|
||||
repo: docker-registry.registry.svc.cluster.local:5000/nxtgauge-admin-solid
|
||||
repo: nxtgauge-admin-solid
|
||||
dockerfile: Dockerfile.simple
|
||||
tags:
|
||||
- ${CI_COMMIT_SHA}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue