Skip to content

Commit 191c4fe

Browse files
authored
Merge pull request #3 from withlogicco/ecs-ecr-registry
ECS: Require `ecr-registry` as input
2 parents bd280e7 + 09ccaa1 commit 191c4fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ecs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
ecs-cluster:
1414
required: true
1515
type: string
16+
ecr-registry:
17+
required: true
18+
type: string
1619
files:
1720
required: false
1821
type: string

0 commit comments

Comments
 (0)