We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install and initialize the Google Cloud SDK. Also, install Docker if you want to run locally.
Input following parameters in the terminal in project folder:
If you want to run locally:
cloud-build-local --dryrun=false .
If you want to run in the cloud:
gcloud builds submit .
You can use --substitutions=_PARAMETER=custom_parameter to change default parameters in cloudbuild.yaml.