mitigram/Clientless Docker Login
GitHub Action to login against a Docker registry. This action works without the Docker client installed, and is aimed at cases when building Docker images without Docker.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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 | — |
| logout | Log out from the Docker registry at the end of a job | no | true |
| options | Additional options to login script, e.g. -v to print out additional verbose information. This is a semi-internal input and should only be used for debugging. | no | — |
Outputs
no outputs