chore: Update Docker build workflow to include base and component images

This commit is contained in:
ogabrielluiz 2024-06-13 18:48:43 -03:00
commit 05ceb29dec

View file

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