How do I get the version from package.json and use it in my Cloud Build step to tag a Docker image?
I would like to build and tag a Docker image with the version
value from my Node.js app’s package.json
Cloud Build can’t find config file in public GitHub repo
I am trying to build the Terraform cloud builder. Following the example in the gcloud builds submit
doc, I run:
GCP Cloud Build FETCHSOURCE is failing when using Bitbucket Cloud repo integration and push triggers
The FETCHSOURCE step fails without pulling down the source.
Display the status of the GCB trigger journal on Github PR using a different reference branch defined in the trigger
I’m wondering if there’s a way to display the status of a trigger on a different PR than the one in the reference branch of a Google Cloud Build (GCB).