Skip to content

Commit

Permalink
chore: Update Docker build workflow to include base and component images
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Jun 13, 2024
1 parent c818c47 commit 05ceb29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 05ceb29

Please sign in to comment.