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

Add docker_buildx_name param #365

Closed jpdsteno closed 1 month ago

jpdsteno commented 1 month ago

Checklist

Motivation, issues

https://github.com/CircleCI-Public/aws-ecr-orb/issues/364

Description

This PR adds a new optional field named docker_buildx_name which allows the caller the specify an override for the default Docker buildx instance name. This should avoid races and collisions when concurrently uploading the DLC cache across build jobs.