mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-24 13:50:55 +01:00
Prepare universal workflow
This commit is contained in:
parent
5ced8d392c
commit
3c846d2c9d
4
.github/workflows/images_build_windows.yml
vendored
4
.github/workflows/images_build_windows.yml
vendored
@ -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::"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user