Read First: https://cloud.google.com/container-registry/docs/pushing-and-pulling
docker build -f Dockerfile.{name} -t gcr.io/{project}/{name} .
docker push gcr.io/{project}/{name}
Read First: https://cloud.google.com/container-registry/docs/pushing-and-pulling
docker build -f Dockerfile.{name} -t gcr.io/{project}/{name} .
docker push gcr.io/{project}/{name}