HackGT's version controlled Cloud Build configuration template
If the repo is public:
- Copy the contents of
cloudbuild.yamlto your repository
If the repo is private:
- Copy the contents of
cloudbuild-secret.yamlto your repository, and rename tocloudbuild.yaml
Then,
- Modify your
Dockerfileas needed, using Ehsan and/or the Docker documentation as an example
You can increase the allowed time for a build by editing the timeout field and increasing the number of seconds.