Has anyone had any luck using the Go SDK to push to a private ECR? I'm running the Dagger Go SDK on ECS and getting failures trying to publish the image. I saw the CDK example but looking for the right methods to verify how/what is pushed. I double checked permissions and even did the whole "ecr:*" trick but still nothing.
This is the error:
container.from.withDirectory.withDirectory.withDirectory.withDirectory.withNewFile.withRegistryAuth.publish failed to solve: failed to push <account>.dkr.ecr.us-west-2.amazonaws.com/<repo>:<tag>: failed to do request: Post \"https://<account>.dkr.ecr.us-west-2.amazonaws.com/v2/<repo>/blobs/uploads/\": EOF\n\nPlease visit https://dagger.io/help#go for troubleshooting guidance.