fix(ci): attach buildx to dind daemon

This commit is contained in:
Ashwin Kumar 2026-04-10 20:28:32 +02:00
parent ad5a3d96a8
commit 130145ebc5

View file

@ -2,9 +2,19 @@ when:
branch: [main, high-performance]
event: push
services:
- name: docker
image: docker:24-dind
privileged: true
environment:
DOCKER_TLS_CERTDIR: ""
steps:
- name: build-and-push
image: woodpeckerci/plugin-docker-buildx:5.0.0
environment:
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
settings:
insecure: true
registry: docker-registry.registry.svc.cluster.local:5000