mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-05 13:19:13 +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:
|
build_base:
|
||||||
timeout-minutes: 70
|
timeout-minutes: 70
|
||||||
name: Build ${{ matrix.build }} base on ${{ matrix.os }}
|
name: Build ${{ matrix.build }} base on ${{ matrix.os }}
|
||||||
|
needs: init_build
|
||||||
env:
|
env:
|
||||||
LATEST_BRANCH: "${{ github.event.repository.default_branch }}"
|
LATEST_BRANCH: "${{ github.event.repository.default_branch }}"
|
||||||
DOCKER_REPOSITORY: "zabbix"
|
DOCKER_REPOSITORY: "zabbix"
|
||||||
@ -176,7 +177,7 @@ jobs:
|
|||||||
|
|
||||||
build_base_database:
|
build_base_database:
|
||||||
timeout-minutes: 70
|
timeout-minutes: 70
|
||||||
needs: build_base
|
needs: [ "build_base", "init_build"]
|
||||||
name: Build ${{ matrix.build }} base on ${{ matrix.os }}
|
name: Build ${{ matrix.build }} base on ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
LATEST_BRANCH: "${{ github.event.repository.default_branch }}"
|
LATEST_BRANCH: "${{ github.event.repository.default_branch }}"
|
||||||
@ -333,7 +334,7 @@ jobs:
|
|||||||
|
|
||||||
build_images:
|
build_images:
|
||||||
timeout-minutes: 70
|
timeout-minutes: 70
|
||||||
needs: build_base_database
|
needs: [ "build_base_database", "init_build"]
|
||||||
name: Build ${{ matrix.build }} base on ${{ matrix.os }}
|
name: Build ${{ matrix.build }} base on ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
LATEST_BRANCH: "${{ github.event.repository.default_branch }}"
|
LATEST_BRANCH: "${{ github.event.repository.default_branch }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user