Docker Digest Builder
Version updated for https://github.com/carry0987/docker-digest-builder to version v1.6.0.
- This action is used across all versions by 1 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 Digest Builder GitHub Action automates the process of building Docker images for specific platforms, pushing them by their content digest (tagless), and uploading the digest as an artifact. It addresses the need for parallelized platform-specific builds with matrix strategies and facilitates the creation of multi-architecture manifests in subsequent jobs. Key capabilities include digest extraction, artifact upload for cross-job consumption, and support for Docker layer caching via GitHub Actions.