elgohr/AWS ECR Docker Login
Logs into ECR and provides Docker credentials
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| access_key | The AWS access key | yes | — |
| secret_access_key | The AWS secret access key | yes | — |
| region | The AWS region you would like to login to | yes | — |
Outputs
| name | description |
|---|---|
| username | The username for logging in |
| password | The password for logging in |
| registry | The registry to log in to |
| docker_name | The name of the docker image |