falkcorp/Docker Release Build
Build and push multi-platform Docker images to a registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| platform | Target platform (e.g. linux/amd64). Overrides platforms if set. | no | "" |
| registry | Container registry hostname | yes | — |
| image-name | Container image name (without registry prefix) | yes | — |
| username | Registry username | yes | — |
| password | Registry password or token | yes | — |
| context | Docker build context directory | no | . |
| dockerfile | Path to Dockerfile | no | Dockerfile |
| platforms | Comma-separated list of platforms (used when platform is empty) | no | linux/amd64,linux/arm64 |
| tag | Primary image tag (defaults to git SHA) | no | "" |
| additional-tags | Additional tags to apply (comma-separated) | no | "" |
| push | Whether to push the image | no | true |
| build-args | Build arguments (key=value, one per line) | no | "" |
| cache-from | Cache source (type=registry,ref=...) | no | "" |
| cache-to | Cache destination (type=registry,ref=...) | no | "" |
Outputs
| name | description |
|---|---|
| digest | Image digest |
| metadata | Build result metadata |
| tags | Generated tags |