Hello.. I am trying to publish a docker image to E...
# general
f
Hello.. I am trying to publish a docker image to ECR with some custom tags. I can see in the Pulumi output that the image is being tagged locally and can confirm that it is tagged with
docker image ls
but the tag is not pushed to ECR. I am using
buildAndPushImage
and I don't think I see any options related to this. Any ideas what I am doing wrong?