Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deploy_images.yml #2907

Merged
merged 3 commits into from
Jan 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions .github/workflows/deploy_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ on:
default: true
description: Build new image of save-frontend
required: false
save-cosv:
type: boolean
default: true
description: Build new image of save-cosv
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 @@ -126,13 +116,13 @@ jobs:
]
include:
- module: save-cosv
do-build: ${{ inputs.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