Add jobs dependency
This commit is contained in:
parent
6c04658d0d
commit
d941ea51e7
1
.github/workflows/container-stable.yaml
vendored
1
.github/workflows/container-stable.yaml
vendored
@ -52,6 +52,7 @@ jobs:
|
||||
build_containers:
|
||||
name: Build final images
|
||||
runs-on: ubuntu-latest
|
||||
needs: prepare_base
|
||||
strategy:
|
||||
matrix:
|
||||
target_image:
|
||||
|
3
.github/workflows/container-version.yaml
vendored
3
.github/workflows/container-version.yaml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user