redhat-actions/Podman Login
Log into a container image registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | Hostname/domain of the container image registry such as quay.io, docker.io | yes | — |
| username | Username to log in against the container image registry | yes | — |
| password | Password, encrypted password, or access token for username | yes | — |
| tls_verify | Require HTTPS and verify TLS certificates when contacting the registry. Set to false for registries with self-signed certificates. | no | true |
| auth_file_path | Path of the authentication file, this will override the default auth file path in podman | no | — |
| logout | 'By default, the action logs out of the container image registry at the end of the job (for self-hosted runners). Set this to false to disable this behaviour' | no | true |
Outputs
no outputs