sirasight/Multiplatform docker build
Build multiarch image and push to ecr
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ecr-repository | ECR repository identifier to push image to | yes | — |
| image-tag | The image tag | yes | — |
| context | Build context | no | . |
| file | Dockerfile path | no | ./Dockerfile |
| build-args | Build arguments | no | — |
| platforms | Platforms to build to | no | linux/amd64,linux/arm64 |
| provenance | Provenance parameter | no | false |
| aws-access-key-id | AWS access key id | yes | — |
| aws-secret-access-key | AWS access secret key | yes | — |
| aws-region | AWS Region | no | us-east-1 |
Outputs
| name | description |
|---|---|
| image | The resulting image |