aws / aws-toolkit-azure-devops

AWS Toolkit for Azure DevOps
Other
249 stars 106 forks source link

Support multiple tags for ECR Push task #447

Open bryceitoc9 opened 2 years ago

bryceitoc9 commented 2 years ago

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

ZisisFl commented 1 year ago

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