Skip to content

Commit 2e32987

Browse files
authored
Merge pull request #20 from Pocket/fix-deploy-update
fix(tags): updating ops-cli to always include tags
2 parents d2333f0 + dcac439 commit 2e32987

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/aws/ecs/ecs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ func (c *Client) DeployUpdate(clusterName *string, serviceName *string, imageNam
6363
// RegisterTaskDefinition updates the existing task definition's image.
6464
func (c *Client) registerTaskDefinition(task *string, images *[]string) (string, error) {
6565
output, err := c.client.DescribeTaskDefinitionRequest(&ecs.DescribeTaskDefinitionInput{
66+
Include: []ecs.TaskDefinitionField{ecs.TaskDefinitionFieldTags},
6667
TaskDefinition: task,
6768
}).Send(c.clientContext)
6869

0 commit comments

Comments
 (0)