whats the difference between `docker.buildAndPushI...
# general
b
whats the difference between
docker.buildAndPushImage
and
new docker.Image(...)
? either seem to be able to build and push images, but latter allows for more customizations