CircleCI-Public / aws-ecr-orb

CircleCI orb for interacting with Amazon's Elastic Container Registry (ECR)
https://circleci.com/orbs/registry/orb/circleci/aws-ecr
MIT License
80 stars 142 forks source link

Update pull behavior and add platform to test #354

Closed marboledacci closed 2 months ago

marboledacci commented 2 months ago

As mentioned in #351 the build_and_push_image breaks when specifying multiple platforms and trying to pull. This wasn't identified as the test for this situation was not passing multiple platforms, so I'm adding that.

I'm also adding a pull for all the platforms specified to fix the issue.