phuturecore/ECR Login Token
GitHub Action to get ecr login token via aws-sdk for node
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | Server address of Docker registry. If not set then will default to Docker Hub | no | — |
| username | Username used to log against the Docker registry | no | — |
| password | Password or personal access token used to log against the Docker registry | no | — |
| arn | The role that must be assumed if specified | no | — |
Outputs
| name | description |
|---|---|
| token | Short lived password for accessing the the registry. |