ci: use CA-baked plugin-docker-buildx image for artifactapi push #3
Reference in New Issue
Block a user
Delete Branch "benvin/buildx-ca-plugin-image"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The upstream woodpeckerci/plugin-docker-buildx image does not trust the internal CA, so buildx pushes to artifactapi fail TLS verification. This swaps it for the CA-baked custom image
artifactapi.k8s.syd1.au.unkin.net/docker-internal/plugin-docker-buildx:latestin both the tag push (docker.yaml) and PR dry-run (build.yaml) steps. No CA-trust/buildkit_config workaround was present to remove.