Skip to content

Commit ee8ee24

Browse files
authored
Merge pull request #285 from silinternational/develop
Release 3.11.0 - Support copying of tags in Github Action
2 parents b2cd7da + 08d23d0 commit ee8ee24

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

action.yml

Lines changed: 6 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
@@ -152,5 +157,6 @@ runs:
152157
'${{ inputs.max_definitions_cmd }}', '${{ inputs.max_definitions }}',
153158
'${{ inputs.run_task_cmd }}', '${{ inputs.run_task }}',
154159
'${{ inputs.wait_for_success_cmd }}', '${{ inputs.wait_for_success }}',
160+
'${{ inputs.copy_task_definition_tags_cmd }}', '${{ inputs.copy_task_definition_tags }}',
155161
'${{ inputs.skip_deployments_check_cmd }}', '${{ inputs.skip_deployments_check }}'
156162
]

0 commit comments

Comments
 (0)