Updated build script

This commit is contained in:
Alexey Pustovalov 2021-10-08 17:10:08 +02:00
parent ea0698786f
commit 07bc4333c7

View File

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