Skip to content
Draft
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
5 changes: 3 additions & 2 deletions .github/workflows/deploy-dev-managed-ema-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
required: true
default: "A.B.C"
buildNewDevImage:
description: "true/false. Set to 'true' to build a new image, otherwise, we'll pull the 'main' image from ECR."
description: "Check to build a new image from the current code, otherwise, we'll pull the 'main' image from ECR used in releases."
required: false
default: "false"
type: boolean
default: false
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
Loading