From 07bc4333c7d9262ed794246e7d66229ed48df1c3 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Fri, 8 Oct 2021 17:10:08 +0200 Subject: [PATCH] Updated build script --- .github/workflows/images_build_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images_build_windows.yml b/.github/workflows/images_build_windows.yml index 0e3c7a325..32e073956 100644 --- a/.github/workflows/images_build_windows.yml +++ b/.github/workflows/images_build_windows.yml @@ -224,7 +224,7 @@ jobs: - name: Retrieve ${{ steps.build_base_image.outputs.build_base }}:${{ matrix.os }} SHA256 tag id: base_build run: | - BASE_TAG=$(cat ${{ base-mysql_${{ matrix.os }}_${{ matrix.build }} ) + BASE_TAG=$(cat base-mysql_${{ matrix.os }}_${{ matrix.build }} ) BUILD_BASE_IMAGE=${{ env.DOCKER_REPOSITORY }}/zabbix-build-mysql@${BASE_TAG} echo ::set-output name=base_tag::${BASE_TAG}