Skip to content

feat(buildx-bake): Use buildkit directly instead of dind

This should make builds faster, and more easily cachable (since the buildkit image is fetched by the runner directly, it can be cached by the runner).

Closes #2 (closed)

Merge request reports