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

This commit is contained in:
Ashwin Kumar 2026-04-10 22:43:03 +02:00
parent c24944920a
commit e56c099cae

View file

@ -28,8 +28,8 @@ steps:
image: woodpeckerci/plugin-docker-buildx:5.0.0
settings:
insecure: true
registry: docker-registry.registry.svc.cluster.local:5000
repo: docker-registry.registry.svc.cluster.local:5000/nxtgauge-rust-${SERVICE}
registry: http://docker-registry.registry.svc.cluster.local:5000
repo: nxtgauge-rust-${SERVICE}
dockerfile: Dockerfile.simple
build_args:
- SERVICE_NAME=${SERVICE}
@ -38,7 +38,7 @@ steps:
- latest
- high-performance-latest
logins:
- registry: docker-registry.registry.svc.cluster.local:5000
- registry: http://docker-registry.registry.svc.cluster.local:5000
username:
from_secret: REGISTRY_USERNAME
password: