ci: add buildkit_config CA trust for artifactapi push #4
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 buildx push step runs buildkitd in its own container, which does not inherit the plugin image trust store, so pushing to the artifactapi registry fails on the internal (Vault) CA.
Point the buildx docker-container builder at the in-image CA via buildkit_config, matching the fix proven in jellyfin-ha v0.1.2.
Change: