Is there a good way for publishing docker images t...
# general
r
Is there a good way for publishing docker images to ECR with Pants?
c
We use the pants publish goal to push to ECR.
I don't think we're doing anything special beside that. Requires authentication for ECR and we specify the registry for our various
docker_image
targets. (I actually think we specify ecr as the default registry in our pants.toml file)