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
0177353712
commit
7f12722c2d
4
.github/workflows/images_build_windows.yml
vendored
4
.github/workflows/images_build_windows.yml
vendored
@ -239,8 +239,10 @@ jobs:
|
||||
$images=""
|
||||
$tags_array=$( "$Env:TAGS".Split("`n") )
|
||||
foreach ($tag in $tags_array) {
|
||||
$images=$images + "$tag@$Env:DIGEST "
|
||||
$tag_name=$tag.Split(":")[0]
|
||||
$images=$images + "$tag_name@$Env:DIGEST "
|
||||
}
|
||||
echo "$images"
|
||||
cosign sign --yes $images
|
||||
|
||||
- name: Image digest
|
||||
|
Loading…
Reference in New Issue
Block a user