
Ultimate access to all questions.
How can you automate the release of specific commits to the master branch when using Cloud Build to create Docker images on each commit to a Cloud Source Repositories repository?
A
Manually trigger the build for new releases.
B
Create a build trigger on a Git tag pattern. Use a Git tag convention for new releases.
C
Create a build trigger on a Git branch name pattern. Use a Git branch naming convention for new releases.
D
Commit your source code to a second Cloud Source Repositories repository with a second Cloud Build trigger. Use this repository for new releases only.