Skip to content

Commit

Permalink
Merge branch 'master' into feature/save-cosv-divide
Browse files Browse the repository at this point in the history
  • Loading branch information
acies312 authored Jan 18, 2024
2 parents bd840f0 + 0596ff2 commit fda31e3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ on:
default: true
description: Build new image of save-frontend
required: false
cosv-frontend:
type: boolean
default: true
description: Build new image of save-cosv-frontend
required: false
orchestrator:
type: boolean
default: true
Expand Down Expand Up @@ -111,6 +106,7 @@ jobs:
fail-fast: false
matrix:
module: [
'save-cosv',
'api-gateway',
'save-frontend',
'save-cosv-frontend',
Expand All @@ -119,12 +115,14 @@ jobs:
'save-demo-cpg',
]
include:
- module: save-cosv
do-build: ${{ inputs.backend }}
- module: api-gateway
do-build: ${{ inputs.gateway }}
- module: save-frontend
do-build: ${{ inputs.frontend }}
- module: save-cosv-frontend
do-build: ${{ inputs.cosv-frontend }}
do-build: ${{ inputs.frontend }}
- module: save-orchestrator
do-build: ${{ inputs.orchestrator }}
- module: save-preprocessor
Expand Down

0 comments on commit fda31e3

Please sign in to comment.