All my runners login to the same ECR docker and I have no desire to logout. When this action logs out, it causes concurrent runners to throw 'no basic auth' errors, so I have to login before every single step that might docker push, and even then there is a race-condition
All my runners login to the same ECR docker and I have no desire to logout. When this action logs out, it causes concurrent runners to throw 'no basic auth' errors, so I have to login before every single step that might docker push, and even then there is a race-condition