mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-22 15:53:35 +01: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 }}
|
||||
run: |
|
||||
$images=""
|
||||
foreach ($tag in $Env:TAGS) {
|
||||
$tags_array=$( "$Env:TAGS".Split("`n") )
|
||||
foreach ($tag in $tags_array) {
|
||||
$images=$images + "$tag@$Env:DIGEST "
|
||||
}
|
||||
cosign sign --yes $images
|
||||
|
Loading…
Reference in New Issue
Block a user