mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-01 23:56:05 +02:00
Prepare universal workflow
This commit is contained in:
parent
eb7d1dc940
commit
0177353712
3
.github/workflows/images_build_windows.yml
vendored
3
.github/workflows/images_build_windows.yml
vendored
@ -237,7 +237,8 @@ jobs:
|
|||||||
TAGS: ${{ steps.meta.outputs.tags }}
|
TAGS: ${{ steps.meta.outputs.tags }}
|
||||||
run: |
|
run: |
|
||||||
$images=""
|
$images=""
|
||||||
foreach ($tag in $Env:TAGS) {
|
$tags_array=$( "$Env:TAGS".Split("`n") )
|
||||||
|
foreach ($tag in $tags_array) {
|
||||||
$images=$images + "$tag@$Env:DIGEST "
|
$images=$images + "$tag@$Env:DIGEST "
|
||||||
}
|
}
|
||||||
cosign sign --yes $images
|
cosign sign --yes $images
|
||||||
|
Loading…
x
Reference in New Issue
Block a user