Actions
Usage
Scaffolding
buildcharts init creates .github/workflows/buildcharts.yml when the Git remote in .git/config points to GitHub.
Enable caching
If you run builds frequently, configure a cache backend for BuildKit. On GitHub Actions,type=gha is a common choice.
Example using docker/bake-action to set cache options on the generated _common target:
gha) cache backend.
Add a build summary
buildcharts summary appends Markdown to GITHUB_STEP_SUMMARY when that environment variable is present. Add this step after Bake if you want a job summary:
Notes
buildcharts/setup-action@v1installs the CLI.buildcharts/generate-action@v1generates.buildcharts/docker-bake.hcl.docker/bake-action@v6runs the generated plan. Add your ownsetoverrides if you want to configure cache backends.