mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-04-13 13:58:20 +02:00
Updated build script
This commit is contained in:
parent
8ff4032b2f
commit
ab21113d69
2
.github/workflows/images_build_windows.yml
vendored
2
.github/workflows/images_build_windows.yml
vendored
@ -105,7 +105,7 @@ jobs:
|
||||
docker push image push --all-tags $tags_array[0]
|
||||
docker logout
|
||||
|
||||
$digest=$(docker inspect ${{ $tags_array[0] }} --format "{{.Id}}")
|
||||
$digest=$(docker inspect $tags_array[0] --format "{{.Id}}")
|
||||
echo $digest
|
||||
echo "$digest" > ${{ env.BASE_BUILD_NAME }}_${{ matrix.os }}_${{ matrix.build }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user