[x] I have updated/added any relevant documentation
Description
What's the goal of this PR?
Fix the release step which is currently fails with error message
error=signing docker images: failed to publish artifacts: sign: cosign failed: exit status 1: WARNING: Image reference sha256:424fa83f860fe96d1966c0d1cab7c62fc06d36a2e763bad1d8ce004cca306ada uses a tag, not a digest, to identify the image to sign.
changing
{artifact}
insigns
cmd to{digest}
This PR fixes #
Checklist
Description
What's the goal of this PR?
Fix the release step which is currently fails with error message
and
What changes did you make?
${artifact}
to${digest}
insigns
sectionWhat alternative solution should we consider, if any?