Skip to content

Commit 64fa77c

Browse files
MAV-921: Add input parameters
- Needed for workflow_call in addition to dispatch
1 parent 9de048a commit 64fa77c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-application.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ on:
2525
environment:
2626
required: true
2727
type: string
28+
image_tag:
29+
required: false
30+
type: string
2831

2932
env:
3033
aws-role: ${{ inputs.environment == 'production'

0 commit comments

Comments
 (0)