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
Is your feature request related to a problem? Please describe.
I am trying to sign images with cosign. cosign wants a digest, instead of a tag (it can work with a tag today, but that is discouraged and deprecated).
Describe the solution you'd like
I would like the buildah step to set an output variable with the image digest.
Describe alternatives you've considered
I can manually try to evaluate the image/manifest digest.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am trying to sign images with
cosign
.cosign
wants a digest, instead of a tag (it can work with a tag today, but that is discouraged and deprecated).Describe the solution you'd like
I would like the buildah step to set an output variable with the image digest.
Describe alternatives you've considered
I can manually try to evaluate the image/manifest digest.
Additional context
The text was updated successfully, but these errors were encountered: