Updated build script

This commit is contained in:
Alexey Pustovalov 2021-10-08 15:57:08 +02:00
parent 8ff4032b2f
commit ab21113d69

View File

@ -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 }}