mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-22 07:43:47 +01:00
Fixed tag generation for releases
This commit is contained in:
parent
789b0e5103
commit
fda3ea30e8
2
.github/workflows/images_build.yml
vendored
2
.github/workflows/images_build.yml
vendored
@ -95,7 +95,7 @@ jobs:
|
||||
echo "::set-output name=is_default_branch::$result"
|
||||
|
||||
build_base:
|
||||
timeout-minutes: 70
|
||||
timeout-minutes: 90
|
||||
name: Build base on ${{ matrix.os }}
|
||||
needs: init_build
|
||||
strategy:
|
||||
|
2
.github/workflows/images_build_windows.yml
vendored
2
.github/workflows/images_build_windows.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
||||
id: branch_info
|
||||
shell: bash
|
||||
run: |
|
||||
github_ref="{{ github.ref }}"
|
||||
github_ref="${{ github.ref }}"
|
||||
result=false
|
||||
|
||||
if [[ "$github_ref" == "refs/tags/"* ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user