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: