diff --git a/.woodpecker/docker.yaml b/.woodpecker/docker.yaml index 27136f0..b744799 100644 --- a/.woodpecker/docker.yaml +++ b/.woodpecker/docker.yaml @@ -11,6 +11,11 @@ steps: registry: artifactapi.k8s.syd1.au.unkin.net repo: artifactapi.k8s.syd1.au.unkin.net/docker-internal/autobackup-operator dockerfile: Dockerfile.operator + # buildkitd runs in its own container and performs the push; point it at the + # artifactapi CA baked into the plugin image so it trusts the registry. + buildkit_config: | + [registry."artifactapi.k8s.syd1.au.unkin.net"] + ca = ["/etc/docker/certs.d/artifactapi.k8s.syd1.au.unkin.net/ca.crt"] tags: - ${CI_COMMIT_TAG} - latest