mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-02 10:59:18 +01:00
Prepare universal workflow
This commit is contained in:
parent
ea14d4866c
commit
7f101e6c78
2
.github/workflows/images_build_windows.yml
vendored
2
.github/workflows/images_build_windows.yml
vendored
@ -222,7 +222,7 @@ jobs:
|
||||
if (-not $?) {throw "Failed"}
|
||||
|
||||
$json_data =$(Get-Content $Env:HOME\metadata-file | Out-String | ConvertFrom-Json)
|
||||
$digest = $json_data.["containerimage.digest"]
|
||||
$digest = $json_data.'containerimage.digest'
|
||||
|
||||
docker buildx rm builder-$Env:SHA_SHORT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user