fix(ci): qualify repo target and restore explicit registry push auth
This commit is contained in:
parent
555ea8ad6d
commit
0135abb3f8
1 changed files with 7 additions and 3 deletions
|
|
@ -28,8 +28,8 @@ steps:
|
||||||
image: woodpeckerci/plugin-docker-buildx:5.0.0
|
image: woodpeckerci/plugin-docker-buildx:5.0.0
|
||||||
settings:
|
settings:
|
||||||
insecure: true
|
insecure: true
|
||||||
registry: http://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}
|
||||||
|
|
@ -38,10 +38,14 @@ steps:
|
||||||
- latest
|
- latest
|
||||||
- high-performance-latest
|
- high-performance-latest
|
||||||
logins:
|
logins:
|
||||||
- registry: http://docker-registry.registry.svc.cluster.local:5000
|
- registry: docker-registry.registry.svc.cluster.local:5000
|
||||||
username:
|
username:
|
||||||
from_secret: REGISTRY_USERNAME
|
from_secret: REGISTRY_USERNAME
|
||||||
password:
|
password:
|
||||||
from_secret: REGISTRY_PASSWORD
|
from_secret: REGISTRY_PASSWORD
|
||||||
|
username:
|
||||||
|
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