Add jobs dependency

This commit is contained in:
Nikolai Rodionov 2023-05-04 12:34:14 +02:00
parent 6c04658d0d
commit d941ea51e7
Signed by: allanger
GPG Key ID: 906851F91B1DA3EF
2 changed files with 3 additions and 1 deletions

View File

@ -52,6 +52,7 @@ jobs:
build_containers:
name: Build final images
runs-on: ubuntu-latest
needs: prepare_base
strategy:
matrix:
target_image:

View File

@ -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: