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

Updates to use new version of aws cli #353

Closed marboledacci closed 2 months ago

marboledacci commented 2 months ago

The tests were using an old version of the aws-cli that has a differente behavior when using OIDC authentication, I'm updating it to the newest. Also refactoring the strucutre of the tests.

As mentioned in #352, the installation of credentials helper might ask for confirmation in environments with missing packages making the workflow fail, I'm adding the -y flag to the install command to avoid this.