Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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?
A
Create a cloud function triggered by commits to the Cloud Source Repository.
B
Add a Cloud Build config file upon branch push and set up a trigger in Cloud Build for 'Push new tag' events.
C
Add a Cloud Build config file upon branch push and set up a trigger in Cloud Source Repository for 'Push to a branch' events.
D
Add a Cloud Build config file upon branch push and set up a trigger in Cloud Build for 'Pull request' events.