CrazyMax

Results 273 issues of CrazyMax

https://github.com/docker/bake-action/pull/325 added support for exporting build record using the [`buildx history export` command](https://docs.docker.com/reference/cli/docker/buildx/history/export/) instead of the legacy export-build tool. We plan to remove the legacy tool on next major release.

similar to https://github.com/docker/build-push-action/pull/1392

Adds a reusable workflow to distribute multi-platform build across runners efficiently. See docs: * https://github.com/docker/docs/pull/22163 * https://deploy-preview-22163--docsdocker.netlify.app/build/ci/github-actions/multi-platform/#distribute-multi-platform-build-across-runners POCs: * https://github.com/moby/moby/pull/49474 * https://github.com/docker/buildx/pull/3005