ci: add buildkit_config CA trust for artifactapi push #3
Reference in New Issue
Block a user
Delete Branch "benvin/buildx-ca-config"
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 docker-container buildx driver runs buildkitd in its own container, which does not inherit the CA baked into the plugin image, so pushes to artifactapi fail TLS verification. The plugin-image swap (#2) alone is insufficient.