Documentation Index
Fetch the complete documentation index at: https://buildcharts.dev/llms.txt
Use this file to discover all available pages before exploring further.
Actions
Usage
Enable caching
BuildKit supports cache backends. On GitHub Actions,type=gha is a common choice.
Example using docker/bake-action to set cache options on the generated _common target:
Add build summary
The buildcharts/summary-action reads Docker Buildx history, parses the logs, and generates a summary.What each action does
buildcharts/setup-action@v1installs the CLI.buildcharts/generate-action@v1generates the build.buildcharts/summary-action@v1writes build summary to the GHA job summary.docker/bake-action@v6runs the generated build plan.
