mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-06-08 01:49:03 +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
|
@ -33,6 +33,12 @@ inputs:
|
|||
By default, the filename will be determined from the image and tag.
|
||||
The contents of this file are the digest output.
|
||||
required: false
|
||||
sigstore-private-key:
|
||||
description: 'Sigstore private key to use to sign container images'
|
||||
required: false
|
||||
sign-passphrase:
|
||||
description: 'Passphrase to unlock the Sigstore private key'
|
||||
required: false
|
||||
extra-args:
|
||||
description: |
|
||||
Extra args to be passed to podman push.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue