David
05/19/2021, 10:53 AMtask_definition_arn
when using Docker
storage”?
I have a flow that I want to register with docker (ECR) but I dont want to generate_task_definition every deploy (because besides the docker itself nothing changed)
Why cant I pass task arn when using docker storage?
ThanksDavid
05/19/2021, 11:32 AMKevin Kho
David
05/20/2021, 8:10 AMDavid
05/20/2021, 8:15 AMKevin Kho
Kevin Kho
flow.register(build=False)
. Still checking for the ECS question.David
05/20/2021, 8:55 PMDavid
05/20/2021, 8:55 PMKevin Kho
ECSRun
config and pass the image there but I’m not 100% sure on this eitherDavid
05/23/2021, 6:45 AMECSRun
solves my issue cause I am trying to avoid registering new task definitionKevin Kho