subztep/Docker Build & Push
Build and push multi-arch Docker images to Docker Hub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dockerhub_username | Docker Hub username | yes | — |
| dockerhub_token | Docker Hub personal access token | yes | — |
| dockerhub_repository | Image name (e.g. user/app) | yes | — |
| version | Image tag (e.g. 1.0.0 or latest) | — | latest |
| push_latest | Also push :latest | — | true |
| platforms | Target platforms | — | linux/amd64,linux/arm64 |
| docker_context | Build context path | — | . |
| dockerfile | Dockerfile path | — | Dockerfile |
| build_args | Docker build args | — | "" |
Outputs
| name | description |
|---|---|
| image | Full image name |