mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-11 08:09:04 +01:00
Updated build script
This commit is contained in:
parent
cbc35af605
commit
d384bbb935
4
.github/workflows/images_build_windows.yml
vendored
4
.github/workflows/images_build_windows.yml
vendored
@ -155,7 +155,7 @@ jobs:
|
|||||||
id: base_build
|
id: base_build
|
||||||
run: |
|
run: |
|
||||||
$base_tag=$(cat build-base_${{ matrix.os }}_${{ matrix.build }})
|
$base_tag=$(cat build-base_${{ matrix.os }}_${{ matrix.build }})
|
||||||
$build_base_image=${{ env.DOCKER_REPOSITORY }}/zabbix-build-base@$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_tag::$base_tag
|
||||||
echo ::set-output name=base_build_image::$build_base_image
|
echo ::set-output name=base_build_image::$build_base_image
|
||||||
@ -226,7 +226,7 @@ jobs:
|
|||||||
id: base_build
|
id: base_build
|
||||||
run: |
|
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
|
$build_base_image="${{ env.DOCKER_REPOSITORY }}/zabbix-build-mysql@" + $base_tag
|
||||||
|
|
||||||
echo ::set-output name=base_tag::$base_tag
|
echo ::set-output name=base_tag::$base_tag
|
||||||
echo ::set-output name=base_build_image::$build_base_image
|
echo ::set-output name=base_build_image::$build_base_image
|
||||||
|
Loading…
Reference in New Issue
Block a user