fix(ci): push to scoped local registry with explicit login
This commit is contained in:
parent
0da084271e
commit
c24944920a
1 changed files with 7 additions and 5 deletions
|
|
@ -29,7 +29,7 @@ steps:
|
|||
settings:
|
||||
insecure: true
|
||||
registry: docker-registry.registry.svc.cluster.local:5000
|
||||
repo: nxtgauge-rust-${SERVICE}
|
||||
repo: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-${SERVICE}
|
||||
dockerfile: Dockerfile.simple
|
||||
build_args:
|
||||
- SERVICE_NAME=${SERVICE}
|
||||
|
|
@ -37,9 +37,11 @@ steps:
|
|||
- ${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