On Google Cloud Container Builder we want to:
- Push any branch to REPO:BRANCH
- Push any tag to REPO:TAG
- Push master to REPO:latest
Do we need a separate cloudbuild.yml
file for each? Is there a lighter way of doing this?
We need to use a file rather than a trigger in the UI, because the build takes 20 minutes, and the timeout of the UI triggers are 10 minutes.