mirror of
https://github.com/redhat-actions/podman-login.git
synced 2025-02-23 10:31:21 +01:00
Update readme
Signed-off-by: aleskxyz <39186039+aleskxyz@users.noreply.github.com>
This commit is contained in:
parent
bbf742ca6e
commit
abdcbcd4c6
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ This action only runs on `Linux`, as it uses [podman](https://github.com/contain
|
|||
| registry | Hostname/domain of the container image registry such as `quay.io`, `docker.io`. | **Must be provided**
|
||||
| username | Username to log in against the container image registry. | **Must be provided**
|
||||
| password | Password, encrypted password, or access token for `username`. | **Must be provided**
|
||||
| tls-verify | Verify TLS certificates when contacting the registry. | `true`
|
||||
| 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. | `true`
|
||||
| auth_file_path | Path of the authentication file, this will override the default auth file path in podman | Default set in podman |
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue