Skip to content

Commit

Permalink
feat(Orchestrator): Add new workflow for orchestrator module on build
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiodmota committed Sep 18, 2023
1 parent 5ae82cd commit cd297f0
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 cd297f0

Please sign in to comment.