Prepare universal workflow

This commit is contained in:
Alexey Pustovalov 2024-02-10 01:18:54 +09:00
parent 5ced8d392c
commit 3c846d2c9d

View File

@ -288,11 +288,11 @@ jobs:
$tag_list+="$tag_name@$Env:DIGEST"
}
echo "::group::Images to sign"
echo "$tag_list"
echo "$tag_list"
echo "::endgroup::"
echo "::group::Signing"
echo "cosign sign --yes $tag_list"
echo "cosign sign --yes $tag_list"
cosign sign --yes $tag_list
echo "::endgroup::"