fix(ci): push to scoped local registry with explicit login
This commit is contained in:
parent
452146cf36
commit
c6bf318974
1 changed files with 7 additions and 5 deletions
|
|
@ -8,15 +8,17 @@ steps:
|
|||
settings:
|
||||
insecure: true
|
||||
registry: docker-registry.registry.svc.cluster.local:5000
|
||||
repo: nxtgauge-admin-solid
|
||||
repo: docker-registry.registry.svc.cluster.local:5000/nxtgauge-admin-solid
|
||||
dockerfile: Dockerfile.simple
|
||||
tags:
|
||||
- ${CI_COMMIT_SHA}
|
||||
- latest
|
||||
- high-performance-latest
|
||||
username:
|
||||
from_secret: REGISTRY_USERNAME
|
||||
password:
|
||||
from_secret: REGISTRY_PASSWORD
|
||||
logins:
|
||||
- registry: docker-registry.registry.svc.cluster.local:5000
|
||||
username:
|
||||
from_secret: REGISTRY_USERNAME
|
||||
password:
|
||||
from_secret: REGISTRY_PASSWORD
|
||||
platforms: linux/amd64
|
||||
no_cache: true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue