devopspolis/Build and publish docker image to Amazon ECR
Build and publish docker image to Amazon ECR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| image_name | The name of the image to build | yes | — |
| tags | Image tags (e.g. prod,latest) | no | latest |
| ref | The git branch, tag or SHA to checkout | no | "" |
| dockerfile | Dockerfile | no | Dockerfile |
| build_context | Docker Build Context | no | . |
| build_args | Docker Build Args | no | "" |
| working-directory | Working directory for build | no | . |
| npmrc_secret | AWS Secrets Manager .npmrc file | no | — |
| platforms | Docker platforms (e.g. linux/amd64,linux/arm64) | no | — |
| role | AWS role to assume | no | — |
Outputs
| name | description |
|---|---|
| image | Image URI |