lojoh/Build and push multi platform docker images
Build and push multi platform docker images
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| docker-args | Additional arguments to pass to the docker build command | no | "" |
| docker-context | The context to use for the docker build | no | . |
| docker-file | The path to the Dockerfile to use for the build | yes | — |
| docker-registry | The registry to push the image to. Example: ghcr.io/example | yes | — |
| github-token | The GitHub token to use for authentication | yes | — |
| image-name | The name of the image to build and push. Example my-app | yes | — |
| platform | The platform(s) to build the image for. Example: linux/arm64,linux/amd64 | no | "" |
| tag | The tag to apply to the image. Example: 1.2.3 | yes | — |
Outputs
no outputs