Skip to content

Commit

Permalink
Build scoreservice in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jggoebel committed Sep 30, 2024
1 parent f408834 commit b51dda9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,10 @@ jobs:
with:
path: ./v3/services/vmtemplatesvc
image: vmtemplate-service
secrets: inherit
build-score-service:
uses: ./.github/workflows/build.yaml
with:
path: ./v3/services/scoresvc
image: score-service
secrets: inherit

0 comments on commit b51dda9

Please sign in to comment.