fix(ci): qualify repo target and restore explicit registry push auth
This commit is contained in:
parent
fffe8c95c0
commit
3b877d6366
1 changed files with 7 additions and 3 deletions
|
|
@ -7,15 +7,19 @@ 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-admin-solid
|
repo: docker-registry.registry.svc.cluster.local:5000/nxtgauge-admin-solid
|
||||||
dockerfile: Dockerfile.simple
|
dockerfile: Dockerfile.simple
|
||||||
tags:
|
tags:
|
||||||
- ${CI_COMMIT_SHA}
|
- ${CI_COMMIT_SHA}
|
||||||
- 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:
|
||||||
|
from_secret: REGISTRY_USERNAME
|
||||||
|
password:
|
||||||
|
from_secret: REGISTRY_PASSWORD
|
||||||
username:
|
username:
|
||||||
from_secret: REGISTRY_USERNAME
|
from_secret: REGISTRY_USERNAME
|
||||||
password:
|
password:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue