actions-marketplace-validations/Docker Buildx Bake
GitHub Action to use Docker Buildx Bake as a high-level build command
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| builder | Builder instance | no | — |
| allow | Allow build to access specified resources (e.g., network.host) | no | — |
| call | Set method for evaluating build (e.g., check) | no | — |
| files | List of bake definition files | no | — |
| no-cache | Do not use cache when building the image | no | false |
| pull | Always attempt to pull a newer version of the image | no | false |
| load | Load is a shorthand for --set=*.output=type=docker | no | false |
| provenance | Provenance is a shorthand for --set=*.attest=type=provenance | no | — |
| push | Push is a shorthand for --set=*.output=type=registry | no | false |
| sbom | SBOM is a shorthand for --set=*.attest=type=sbom | no | — |
| set | List of targets values to override (eg. targetpattern.key=value) | no | — |
| source | Context to build from. Can be either local to specify the working directory or a remote bake definition | no | — |
| targets | List of bake targets | no | — |
| github-token | API token used to authenticate to a Git repository for remote definitions | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| metadata | Build result metadata |