google-cloud-build-example
google-cloud-build-example copied to clipboard
cloudbuild.yaml example
Added an example cloudbuild.yaml file that implements the testing steps in your Dockerfile.
To try it yourself:
gcloud builds submit --config=cloudbuild.yaml --project=[YOUR_GCP_PROJECT_ID]
My total execution time came to 2M 29S
@wichopy THANK YOU! This is a must have in this repo.