aws-toolkit-azure-devops icon indicating copy to clipboard operation
aws-toolkit-azure-devops copied to clipboard

Support multiple tags for ECR Push task

Open bryceitoc9 opened this issue 4 years ago • 2 comments

Customer request: support adding multiple tags at a time with the ECR Push task.

  • Commas are allowed in tags, so a comma-separated list is not ideal
  • Potentially use a textarea input and create a tag per line?

bryceitoc9 avatar Nov 29 '21 17:11 bryceitoc9

Hello @bryceitoc9, the only work around for this issue was to put as many ECRPushImage@1 tasks as my tags in the same job that the image was build. This way the image is registered in ECR with multiple tags. Of course it would be more convenient to have an option for multiple tags like in buildAndPush command but it does the trick

ZisisFl avatar May 24 '23 07:05 ZisisFl