How do you configure Cloud Build to rebuild your image when a change is made to the source code?
Add a Cloud Build function, and set it to fire on commit to associate registry.
Add a Cloud Build trigger, and set it to fire on commit to associate registry.
Add a Cloud Build function, and set it to fire on commit to associate repository.
Add a Cloud Build trigger, and set it to fire on commit to associate repository.