mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-05-29 14:21:30 +02:00
Fixed tag generation for releases
This commit is contained in:
parent
fda3ea30e8
commit
79a0b16fb8
2
.github/workflows/images_build.yml
vendored
2
.github/workflows/images_build.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
|||||||
|
|
||||||
github_ref=${github_ref##*/}
|
github_ref=${github_ref##*/}
|
||||||
|
|
||||||
if [[ "$github_ref" == "{{ env.LATEST_BRANCH }}" ]]; then
|
if [[ "$github_ref" == "${{ env.LATEST_BRANCH }}" ]]; then
|
||||||
result=true
|
result=true
|
||||||
fi
|
fi
|
||||||
echo "::set-output name=is_default_branch::$result"
|
echo "::set-output name=is_default_branch::$result"
|
||||||
|
2
.github/workflows/images_build_windows.yml
vendored
2
.github/workflows/images_build_windows.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
|||||||
|
|
||||||
github_ref=${github_ref##*/}
|
github_ref=${github_ref##*/}
|
||||||
|
|
||||||
if [[ "$github_ref" == "{{ env.LATEST_BRANCH }}" ]]; then
|
if [[ "$github_ref" == "${{ env.LATEST_BRANCH }}" ]]; then
|
||||||
result=true
|
result=true
|
||||||
fi
|
fi
|
||||||
echo "::set-output name=is_default_branch::$result"
|
echo "::set-output name=is_default_branch::$result"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user