Buildkit Buildctl
Version updated for https://github.com/omniproc/buildkit-build-push-action to version v2.1.1.
- This action is used across all versions by 2 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 Buildkit - Build & Push Action is a GitHub Action designed to automate building and pushing container images using BuildKit’s buildctl tool. It simplifies the containerization process by handling tasks like building images, managing build caches, and exporting build results to container registries. This action is especially useful for streamlining CI/CD workflows by providing advanced build capabilities, support for custom build options, and efficient cache management.
What’s Changed
2.1.1 (2026-03-29)
Bug Fixes
- use exact ref match for major version tag update (c628ddf)