You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there's only one output field metadata, while this output is useful, it will be nice to have something like digest in docker-push-action where you can have all the images with the digest in one output.
Why this is useful?
When signing the images using https://github.com/sigstore/cosign the sha256 is the recommend process to sign an image, and this could be passed to directly sign the images coming from the output of the bake action and everything with just two actions instead of passing parsing the output of the metadata.
Regards,
The text was updated successfully, but these errors were encountered:
Description
Hi all!
Currently there's only one output field
metadata
, while this output is useful, it will be nice to have something likedigest
in docker-push-action where you can have all the images with the digest in one output.Why this is useful?
When signing the images using https://github.com/sigstore/cosign the sha256 is the recommend process to sign an image, and this could be passed to directly sign the images coming from the output of the bake action and everything with just two actions instead of passing parsing the output of the metadata.
Regards,
The text was updated successfully, but these errors were encountered: