mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-05-02 19:29:54 +02:00
Add tls-verify flag
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
c126414560
commit
ce33c28bcc
5 changed files with 25 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
[](./LICENSE)
|
||||
[](./dist)
|
||||
|
||||
Push-to-registry is a GitHub Action for pushing an OCI-compatible image to an image registry, such as Dockerhub, Quay.io, or an OpenShift integrated registry.
|
||||
Push-to-registry is a GitHub Action for pushing a container image to an image registry, such as Dockerhub, Quay.io, or an OpenShift integrated registry.
|
||||
|
||||
This action only runs on Linux, as it uses [podman](https://github.com/containers/Podman) to perform the push. [GitHub's Ubuntu action runners](https://github.com/actions/virtual-environments#available-environments) come with Podman preinstalled. If you are not using those runners, you must first [install Podman](https://podman.io/getting-started/installation).
|
||||
|
||||
|
@ -55,6 +55,12 @@ This action only runs on Linux, as it uses [podman](https://github.com/container
|
|||
<td>Yes</td>
|
||||
<td>Password, encrypted password, or access token with which to authenticate to the registry.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>tls-verify</td>
|
||||
<td>No</td>
|
||||
<td>Verify TLS certificates when contacting the registry. Set to "false" to skip certificate verification.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Action Outputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue