step-security/Amazon ECR "Login" Action for GitHub Actions
Logs in the local Docker client to one or more Amazon ECR Private registries or an Amazon ECR Public registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| http-proxy | Proxy to use for the AWS SDK agent. | no | — |
| mask-password | Mask the docker password to prevent it being printed to action logs if debug logging is enabled. NOTE: This will prevent the Docker password output from being shared between separate jobs. Options: ['true', 'false'] | no | true |
| registries | A comma-delimited list of AWS account IDs that are associated with the ECR Private registries. If you do not specify a registry, the default ECR Private registry is assumed. If 'public' is given as input to 'registry-type', this input is ignored. | no | — |
| registry-type | Which ECR registry type to log into. Options: [private, public] | no | private |
| skip-logout | Whether to skip explicit logout of the registries during post-job cleanup. Exists for backward compatibility on self-hosted runners. Not recommended. Options: ['true', 'false'] | no | false |
Outputs
| name | description |
|---|---|
| registry | The URI of the ECR Private or ECR Public registry. If logging into multiple registries on ECR Private, this output will not be set. |