actions-marketplace-validations/Push to Amazon ECR with optional tagging
Push a docker image to (or pull from) Amazon ECR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| access-key-id | Access key for IAM User. | yes | — |
| secret-access-key | Secret access key for IAM User. | yes | — |
| 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 | — |
| skip-tag | If the image must be tagged before the push is made. Defaults to false. | no | — |
Outputs
no outputs