From 59097eb7dc743f4377b4591c9dccf3cfbaa09880 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Mon, 13 Sep 2021 19:42:05 +0200 Subject: [PATCH] Preparation for multistage builds --- .github/workflows/build_images.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_images.yml b/.github/workflows/build_images.yml index 3204a9b09..214b7729e 100644 --- a/.github/workflows/build_images.yml +++ b/.github/workflows/build_images.yml @@ -156,6 +156,8 @@ jobs: build_base_database: timeout-minutes: 70 + needs: build_base + name: Build ${{ matrix.build }} base on ${{ matrix.os }} env: LATEST_BRANCH: "${{ github.event.repository.default_branch }}" DOCKER_REPOSITORY: "zabbix"