Skip to content

Commit

Permalink
add release image version input variable
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRushton committed Aug 15, 2024
1 parent f05719c commit 60aabc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-managed-ema-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Deploy Managed EMA
on:
workflow_dispatch:
inputs:
releaseVersion:
description: "The image tag in ECR to push to a new environment."
required: true
default: "A.B.C"
deployEnvironment:
description: "Environment to deploy to (development/staging/production)."
required: true
Expand Down

0 comments on commit 60aabc4

Please sign in to comment.