Buildkit Buildctl
Version updated for https://github.com/omniproc/buildkit-build-push-action to version v2.1.0.
- 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 that leverages BuildKit’s buildctl to automate the building and pushing of container images directly from your CI/CD workflows. It simplifies the process by supporting advanced build configurations, such as cache management, custom frontend options, and multi-platform builds, while providing flexibility in defining outputs and logging. This action addresses the challenges of efficient and reproducible container builds, streamlining deployment pipelines.
Release notes
2.1.0 (2026-03-27)
Features
- update to BuildKit v0.28.1 and add allow and ssh inputs (7683402)
Bug Fixes
- improve code quality, fix registry-auth-tlscontext, and clean up (ca29e44)