Docker Setup Buildx
Version updated for https://github.com/docker/setup-buildx-action to version v4.0.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 692,386 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Docker Setup Buildx GitHub Action automates the setup of Docker Buildx, a tool for building and pushing multi-platform container images. It simplifies the creation and configuration of Buildx builders, enabling features like multi-platform builds, cache export, and advanced BuildKit functionalities. This action is particularly useful for streamlining complex Docker workflows in CI/CD pipelines.
Release notes
- Node 24 as default runtime (requires Actions Runner v2.327.1 or later) by @crazy-max in https://github.com/docker/setup-buildx-action/pull/483
- Remove deprecated inputs/outputs by @crazy-max in https://github.com/docker/setup-buildx-action/pull/464
- Switch to ESM and update config/test wiring by @crazy-max in https://github.com/docker/setup-buildx-action/pull/481
- Bump @actions/core from 1.11.1 to 3.0.0 in https://github.com/docker/setup-buildx-action/pull/475
- Bump @docker/actions-toolkit from 0.63.0 to 0.79.0 in https://github.com/docker/setup-buildx-action/pull/482 https://github.com/docker/setup-buildx-action/pull/485
- Bump js-yaml from 4.1.0 to 4.1.1 in https://github.com/docker/setup-buildx-action/pull/452
- Bump lodash from 4.17.21 to 4.17.23 in https://github.com/docker/setup-buildx-action/pull/472
- Bump minimatch from 3.1.2 to 3.1.5 in https://github.com/docker/setup-buildx-action/pull/480
Full Changelog: https://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0