From 12179538a5cc79dd2342dddada3cd307ea8974d0 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Tue, 25 Apr 2023 19:42:44 +0900 Subject: [PATCH] Added build for Azure --- .github/workflows/images_build_azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images_build_azure.yml b/.github/workflows/images_build_azure.yml index 546029320..284c4d950 100644 --- a/.github/workflows/images_build_azure.yml +++ b/.github/workflows/images_build_azure.yml @@ -186,7 +186,7 @@ jobs: id: base_build run: | BASE_TAG=$(cat build-base_${{ matrix.os }}) - BUILD_BASE_IMAGE= ${{ secrets.AZURE_REGISTRY }}.azurecr.io/zabbix-build-base@${BASE_TAG} + BUILD_BASE_IMAGE=${{ secrets.AZURE_REGISTRY }}.azurecr.io/zabbix-build-base@${BASE_TAG} echo "base_tag=${BASE_TAG}" >> $GITHUB_OUTPUT echo "base_build_image=${BUILD_BASE_IMAGE}" >> $GITHUB_OUTPUT