hectorm/Build with Docker Buildx
Build with Docker Buildx
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| context | Build context | no | ./ |
| dockerfile | Dockerfile to build | no | ./Dockerfile |
| platforms | Platforms to build for | no | — |
| tags | Tags to apply to the built image | no | — |
| labels | Labels to apply to the built image | no | — |
| extra-args | Additional arguments | no | — |
| build-args | Build arguments | no | — |
| push | Push the built image | no | false |
| cache-from | Cache sources | no | — |
| cache-to | Cache destinations | no | — |
Outputs
| name | description |
|---|---|
| imageid | Image ID |
| digest | Image digest |
| metadata | Build result metadata |