From abdcbcd4c6df699946df85ba315e47d8d846bab5 Mon Sep 17 00:00:00 2001 From: aleskxyz <39186039+aleskxyz@users.noreply.github.com> Date: Thu, 28 Mar 2024 00:33:49 +0100 Subject: [PATCH] Update readme Signed-off-by: aleskxyz <39186039+aleskxyz@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3869a7a..c116b03 100644 --- a/README.md +++ b/README.md @@ -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 |