mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-12-15 19:10:54 +01:00
Updated Go lang to 1.17.1 version
This commit is contained in:
parent
43f519778e
commit
551e805f50
5
.github/workflows/build_images.yml
vendored
5
.github/workflows/build_images.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
build_base:
|
||||
timeout-minutes: 70
|
||||
name: Build ${{ matrix.build }} base on ${{ matrix.os }}
|
||||
needs: init_build
|
||||
env:
|
||||
LATEST_BRANCH: "${{ github.event.repository.default_branch }}"
|
||||
DOCKER_REPOSITORY: "zabbix"
|
||||
@ -176,7 +177,7 @@ jobs:
|
||||
|
||||
build_base_database:
|
||||
timeout-minutes: 70
|
||||
needs: build_base
|
||||
needs: [ "build_base", "init_build"]
|
||||
name: Build ${{ matrix.build }} base on ${{ matrix.os }}
|
||||
env:
|
||||
LATEST_BRANCH: "${{ github.event.repository.default_branch }}"
|
||||
@ -333,7 +334,7 @@ jobs:
|
||||
|
||||
build_images:
|
||||
timeout-minutes: 70
|
||||
needs: build_base_database
|
||||
needs: [ "build_base_database", "init_build"]
|
||||
name: Build ${{ matrix.build }} base on ${{ matrix.os }}
|
||||
env:
|
||||
LATEST_BRANCH: "${{ github.event.repository.default_branch }}"
|
||||
|
Loading…
Reference in New Issue
Block a user