mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-06-08 10:09:02 +00:00
Add support for signing with Sigstore
Fixes: https://github.com/redhat-actions/push-to-registry/issues/89
This commit is contained in:
parent
1d13b5ac9b
commit
23b2687cd6
4 changed files with 72 additions and 0 deletions
|
@ -32,6 +32,8 @@ Refer to the [`podman push`](http://docs.podman.io/en/latest/markdown/podman-man
|
|||
| password | Password, encrypted password, or access token to use to log in to the registry. Required unless already logged in to the registry. | None
|
||||
| tls-verify | Verify TLS certificates when contacting the registry. Set to `false` to skip certificate verification. | `true`
|
||||
| digestfile | After copying the image, write the digest of the resulting image to the file. The contents of this file are the digest output. | Auto-generated from image and tag
|
||||
| sigstore-private-key | Sigstore private key to use to sign container images | None
|
||||
| sign-passphrase | Passphrase to unlock the Sigstore private key | None
|
||||
| extra-args | Extra args to be passed to podman push. Separate arguments by newline. Do not use quotes. | None
|
||||
|
||||
<a id="image-tag-inputs"></a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue