We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322e999 commit 11bee55Copy full SHA for 11bee55
action.yml
@@ -118,6 +118,11 @@ inputs:
118
description: '--skip-deployments-check'
119
skip_deployments_check:
120
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
126
verbose:
127
description: 'Verbose output'
128
required: false
0 commit comments