mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-16 18:00:52 +01:00
Updated build script
This commit is contained in:
parent
ea0698786f
commit
07bc4333c7
2
.github/workflows/images_build_windows.yml
vendored
2
.github/workflows/images_build_windows.yml
vendored
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user