actions-marketplace-validations/Push to Amazon ECR
Push a docker image to (or pull from) Amazon ECR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Aug 21, 2025
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/jwalton_gh-ecr-push@79b418c8e7c1940802b6314002715209ab6bcf0f # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| access-key-id | Access key for IAM User. | no | — |
| secret-access-key | Secret access key for IAM User. | no | — |
| image | The name of the image on ECR. | yes | — |
| local-image | The local name of the image. If not specified, defaults to same as 'image'. | no | — |
| region | AWS Region to use. Defaults to us-east-1. | no | — |
| direction | Whether to "push" or "pull" the image. Defaults to "push". | no | — |
| is-semver | Specifies if the image follows the semantic versioning standard. It will push X, X.Y and X.Y.Z tags. Defaults to false. | no | — |
Outputs
no outputs