mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-09 08:35:05 +02:00
Updated build script
This commit is contained in:
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 push image push --all-tags $tags_array[0]
|
||||||
docker logout
|
docker logout
|
||||||
|
|
||||||
$digest=$(docker inspect ${{ $tags_array[0] }} --format "{{.Id}}")
|
$digest=$(docker inspect $tags_array[0] --format "{{.Id}}")
|
||||||
echo $digest
|
echo $digest
|
||||||
echo "$digest" > ${{ env.BASE_BUILD_NAME }}_${{ matrix.os }}_${{ matrix.build }}
|
echo "$digest" > ${{ env.BASE_BUILD_NAME }}_${{ matrix.os }}_${{ matrix.build }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user