Update readme

Signed-off-by: aleskxyz <39186039+aleskxyz@users.noreply.github.com>
This commit is contained in:
aleskxyz 2024-03-28 00:33:49 +01:00
parent bbf742ca6e
commit abdcbcd4c6
No known key found for this signature in database
GPG key ID: 2B6B1E37B44AAFFE

View file

@ -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 |