I realize the output an AWS ECR has a method buildAndPushImage, however if let say I already have logic around the docker building (or intend to expolit custom logic here) I want to pass the ECR output to docker build logic, but Output<AWSECR> isnt convertable to Input<ImageRegistry> - is this limitation due to the auth helper?