fix(ci): force http registry endpoint for buildx push

This commit is contained in:
Ashwin Kumar 2026-04-10 22:43:04 +02:00
parent c6bf318974
commit c9a9c1f443

View file

@ -7,15 +7,15 @@ steps:
image: woodpeckerci/plugin-docker-buildx:5.0.0 image: woodpeckerci/plugin-docker-buildx:5.0.0
settings: settings:
insecure: true insecure: true
registry: docker-registry.registry.svc.cluster.local:5000 registry: http://docker-registry.registry.svc.cluster.local:5000
repo: docker-registry.registry.svc.cluster.local:5000/nxtgauge-admin-solid repo: 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: docker-registry.registry.svc.cluster.local:5000 - registry: http://docker-registry.registry.svc.cluster.local:5000
username: username:
from_secret: REGISTRY_USERNAME from_secret: REGISTRY_USERNAME
password: password: