actions-marketplace-validations/Quick ECR Push
Push containers to ECR easily.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws_account_id | The account ID of the container registry. | yes | — |
| aws_role_to_assume | Name of the role to assume. | yes | github-actions-${{ github.event.repository.name }} |
| aws_region | The region the container registry is hosted in. | yes | — |
| platforms | The platforms to build images for, comma-separated. Valid options are linux/amd64 and linux/arm64. | yes | linux/amd64,linux/arm64 |
| dockerfile | The path to the dockerfile, if not in the root of the repository. | yes | Dockerfile |
| context | The path to the docker context, if not the root of the repository. | yes | . |
| ssh | SSH configuration, if needed | no | — |
| secrets | A list of secrets to be passed through to the docker build, if needed (eg `key=string`). | no | — |
| ecr_repo_name | An ECR repository name. Defaults to the name of the Github repository. | no | ${{ github.event.repository.name }} |
Outputs
no outputs