Skip to content

Commit 11bee55

Browse files
committed
support for --copy-task-definition-tags in github-action
1 parent 322e999 commit 11bee55

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ inputs:
118118
description: '--skip-deployments-check'
119119
skip_deployments_check:
120120
description: 'Skip deployments check for services that take too long to drain old tasks'
121+
copy_task_definition_tags_cmd:
122+
description: '--copy-task-definition-tags'
123+
copy_task_definition_tags:
124+
description: 'Copy the existing task definition tags to the new task definition revision'
125+
required: false
121126
verbose:
122127
description: 'Verbose output'
123128
required: false

0 commit comments

Comments
 (0)