briceburg/docker-bake
Build and Publish Images with Docker Bake.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 18, 2025
- License
- Apache 2.0
Pinned Snippet
uses: briceburg/github-action-docker-bake@330c93ab9397617bee7e4b9bb1f8b4b85991a5a3 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| disable-cache | When 'true', disable all caching. Usually 'true' when building from PRs/non-default branches. | — | false |
| files | Newline-delimited docker bake file path(s). | — | ./docker-bake.hcl |
| load | When 'true', built images are loaded into the docker daemon. | — | false |
| push | When 'true', built images are published to their registry. | — | true |
| quiet | When 'true', exclude build output from logs and only print errors. | — | false |
| targets | Space-delimited bake targets | — | ci |
| upload-build-record | When 'true', upload the build record archive. | — | false |
Outputs
| name | description |
|---|---|
| metadata | Build result metadata |
| version | Version (first 'fixed' [non-rolling] image tag) |