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:
|
build_containers:
|
||||||
name: Build final images
|
name: Build final images
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: prepare_base
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
target_image:
|
target_image:
|
||||||
|
3
.github/workflows/container-version.yaml
vendored
3
.github/workflows/container-version.yaml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
- "v*.*.*"
|
- "v*.*.*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_base:
|
prepare_base:
|
||||||
name: Prepare the base image
|
name: Prepare the base image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -54,6 +54,7 @@ jobs:
|
|||||||
build_containers:
|
build_containers:
|
||||||
name: Build final images
|
name: Build final images
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: prepare_base
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
target_image:
|
target_image:
|
||||||
|
Reference in New Issue
Block a user