Skip to content

Commit

Permalink
update workflow fiile to include all the images
Browse files Browse the repository at this point in the history
  • Loading branch information
ManojKrishnaChintaluri committed Dec 11, 2023
1 parent e07051d commit 8c4ebf5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ jobs:
include:
- image: "extractor"
target: "extractor-image"
- image: "preprocessor"
target: "preprocessor-image"
- image: "denormalizer"
target: "denormalizer-image"
- image: "transformer"
target: "transformer-image"
- image: "druid-router"
target: "router-image"
- image: "merged-pipeline"
target: "merged-image"
- image: "master-data-processor"
target: "master-data-processor-image"
- image: "kafka-connector"
target: "kafka-connector-image"


steps:
Expand Down

0 comments on commit 8c4ebf5

Please sign in to comment.