From d941ea51e746dd0b3bb8215eb45d8ef1cbf88fd3 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Thu, 4 May 2023 12:34:14 +0200 Subject: [PATCH] Add jobs dependency --- .github/workflows/container-stable.yaml | 1 + .github/workflows/container-version.yaml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/container-stable.yaml b/.github/workflows/container-stable.yaml index cee9ba2..0748112 100644 --- a/.github/workflows/container-stable.yaml +++ b/.github/workflows/container-stable.yaml @@ -52,6 +52,7 @@ jobs: build_containers: name: Build final images runs-on: ubuntu-latest + needs: prepare_base strategy: matrix: target_image: diff --git a/.github/workflows/container-version.yaml b/.github/workflows/container-version.yaml index 07ac535..0c2d1b2 100644 --- a/.github/workflows/container-version.yaml +++ b/.github/workflows/container-version.yaml @@ -7,7 +7,7 @@ on: - "v*.*.*" jobs: - build_base: + prepare_base: name: Prepare the base image runs-on: ubuntu-latest steps: @@ -54,6 +54,7 @@ jobs: build_containers: name: Build final images runs-on: ubuntu-latest + needs: prepare_base strategy: matrix: target_image: