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
79 stars 140 forks source link

Add validation before creating DLC_builder #359

Closed marboledacci closed 1 week ago

marboledacci commented 2 weeks ago

Resolves #358

When the builder is already created and the create is executed, it fails. I'm adding a validation so it creates only when doesn't exist, otherwise use it. I'm also adding a test to test this behavior.