Ultimate access to all questions.
How can you automate the CI pipeline for building and pushing images to Container Registry upon a commit with a specific tag, minimizing management overhead?
Explanation:
Option B is correct because it directly addresses the requirement to trigger builds on commits with specific tags using the 'Push new tag' event in Cloud Build, minimizing management overhead. Option A introduces unnecessary complexity. Option C incorrectly suggests using Cloud Source Repository for triggers. Option D does not meet the requirement for tag-specific commits. Reference: Google Cloud Build Documentation.