lfreleng-actions/nexus-docker-login
Run docker login for all registries in Nexus3 and DockerHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 8, 2026
- License
- None
Pinned Snippet
uses: lfreleng-actions/nexus-docker-login-action@784d2e5097ffd18c30b5de8592d77b4be208de27 # v0.4.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| nexus3-registry | Nexus3 registry hostname (no scheme, no path, no port), e.g. nexus3.example.org | no | "" |
| nexus3-user | Nexus3 organization username | no | "" |
| nexus3-password | Nexus3 organization user's password | no | "" |
| nexus3-ports | Comma-separated Nexus3 Docker registry ports; first entry is the anonymous port | no | 10001,10002,10003,10004 |
| dockerhub-user | DockerHub organization username | no | "" |
| dockerhub-password | DockerHub organization user's password | no | "" |
| dockerhub-registry | DockerHub registry hostname | no | docker.io |
Outputs
| name | description |
|---|---|
| logged-in-registries | Comma-separated list of registries successfully logged in to |