dockre/Docker Login
GitHub Action to login against a Docker registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 24, 2026
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: dockre/login-action@d7cb1e48297c2194e2397024817586d5ad1d8a95 # v1tags can be moved; commit SHAs can't. why a SHA?
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 | — |
| ecr | Specifies whether the given registry is ECR (auto, true or false) | no | auto |
| logout | Log out from the Docker registry at the end of a job | no | true |
Outputs
no outputs