You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -65,10 +65,11 @@ inputs:
65
65
description: 'Whether to wait for the task to stop when running it outside of a service. Will default to not wait.'
66
66
required: false
67
67
capacity-provider-strategy:
68
+
- base: 1
69
+
capacityProvider: FARGATE
70
+
weight: 1
68
71
description: 'Users can use their capacity provider startegy in order to deploy to ECS, Valid values are 'FARGATE' or 'FARGATE_SPOT'. Will default to 'FARGATE'. Launch type must be ommited (not used) in order to use this option. MUST PROVIDE A BASE AND WEIGHT'
69
72
required: false
70
-
base: integer
71
-
weight: integer
72
73
outputs:
73
74
task-definition-arn:
74
75
description: 'The ARN of the registered ECS task definition'
0 commit comments