chore: Update Docker build workflow to include base and component images
This commit is contained in:
parent
c818c47594
commit
05ceb29dec
1 changed files with 1 additions and 0 deletions
1
.github/workflows/docker-build.yml
vendored
1
.github/workflows/docker-build.yml
vendored
|
|
@ -58,6 +58,7 @@ jobs:
|
|||
tags: ${{ needs.setup.outputs.base_tags }}
|
||||
|
||||
build_components:
|
||||
if: ${{ inputs.release_type == 'main' }}
|
||||
runs-on: ubuntu-latest
|
||||
needs: build_base
|
||||
strategy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue