This commit is contained in:
Alexey Pustovalov 2021-09-14 15:02:34 +02:00
parent 2d47b2c52e
commit e43c79dffd

View File

@ -188,7 +188,7 @@ jobs:
id: base_build
run: |
BASE_TAG=$(cat build-base_${{ matrix.os }})
BUILD_BASE_IMAGE=${{ env.DOCKER_REPOSITORY }}/zabbix-build-base@${{ steps.base_build.outputs.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}