Add support for signing with Sigstore

Fixes: https://github.com/redhat-actions/push-to-registry/issues/89
This commit is contained in:
Timothée Ravier 2023-11-24 15:53:18 +01:00
parent 1d13b5ac9b
commit 23b2687cd6
4 changed files with 72 additions and 0 deletions

View file

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