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:
|
settings:
|
||||||
insecure: true
|
insecure: true
|
||||||
registry: docker-registry.registry.svc.cluster.local:5000
|
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
|
dockerfile: Dockerfile.simple
|
||||||
build_args:
|
build_args:
|
||||||
- SERVICE_NAME=${SERVICE}
|
- SERVICE_NAME=${SERVICE}
|
||||||
|
|
@ -37,9 +37,11 @@ steps:
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
- latest
|
- latest
|
||||||
- high-performance-latest
|
- high-performance-latest
|
||||||
username:
|
logins:
|
||||||
from_secret: REGISTRY_USERNAME
|
- registry: docker-registry.registry.svc.cluster.local:5000
|
||||||
password:
|
username:
|
||||||
from_secret: REGISTRY_PASSWORD
|
from_secret: REGISTRY_USERNAME
|
||||||
|
password:
|
||||||
|
from_secret: REGISTRY_PASSWORD
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
no_cache: true
|
no_cache: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue