From 551e805f5023a3ebdf676acb8eedd3f33639d394 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Tue, 14 Sep 2021 02:18:47 +0200 Subject: [PATCH] Updated Go lang to 1.17.1 version --- .github/workflows/build_images.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_images.yml b/.github/workflows/build_images.yml index 277e4f1d6..e377040b2 100644 --- a/.github/workflows/build_images.yml +++ b/.github/workflows/build_images.yml @@ -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 }}"