Skip to content

Commit

Permalink
Merge pull request #474 from catenax-ng/feat/add_new_workflow_for_orc…
Browse files Browse the repository at this point in the history
…hestrator_module

Feat: Add new workflow for orchestrator module on build
  • Loading branch information
nicoprow authored Sep 20, 2023
2 parents 5ae82cd + cd297f0 commit 5eda734
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-docker-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,12 @@ jobs:
with:
imageName: bpdm-cleaning-service-dummy
dockerfilePath: ./bpdm-cleaning-service-dummy
push: ${{ github.event_name != 'pull_request' }}

build-docker-orchestrator:
uses: ./.github/workflows/build-docker.yaml
secrets: inherit
with:
imageName: bpdm-orchestrator
dockerfilePath: ./bpdm-orchestrator
push: ${{ github.event_name != 'pull_request' }}

0 comments on commit 5eda734

Please sign in to comment.