How to Specify Dockerfile for gcloud builds submit
gcloud builds submit command submits a build to the GCP Cloud Build service and uses the Dockerfile from the build context. Sometimes, we may want to specify the Dockerfile while running the command. For instance, in one of my projects, I have Dockerfile.stage and Dockerfile.prod that I want to use separately with gcloud builds submit […]