From d384bbb9356033539b0d958fcf30505f87496c86 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Fri, 8 Oct 2021 20:50:24 +0200 Subject: [PATCH] Updated build script --- .github/workflows/images_build_windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/images_build_windows.yml b/.github/workflows/images_build_windows.yml index 95c1f2726..22e18dba7 100644 --- a/.github/workflows/images_build_windows.yml +++ b/.github/workflows/images_build_windows.yml @@ -155,7 +155,7 @@ jobs: id: base_build run: | $base_tag=$(cat build-base_${{ matrix.os }}_${{ matrix.build }}) - $build_base_image=${{ env.DOCKER_REPOSITORY }}/zabbix-build-base@$base_tag + $build_base_image="${{ env.DOCKER_REPOSITORY }}/zabbix-build-base@" + $base_tag echo ::set-output name=base_tag::$base_tag echo ::set-output name=base_build_image::$build_base_image @@ -226,7 +226,7 @@ jobs: id: base_build run: | $base_tag=$(cat base-mysql_${{ matrix.os }}_${{ matrix.build }} ) - $build_base_image=${{ env.DOCKER_REPOSITORY }}/zabbix-build-mysql@$base_tag + $build_base_image="${{ env.DOCKER_REPOSITORY }}/zabbix-build-mysql@" + $base_tag echo ::set-output name=base_tag::$base_tag echo ::set-output name=base_build_image::$build_base_image