We are testing automatic Build Triggers at GCP - Container Registry to build Docker images and to auto deploy on Kubernetes cluster.
All works well and thinking of implementing this on production, however we are reluctant to include our Docker and build config files together with the application sources in the same GIT repo.
Ideally we would like to start automated build after there is a push to our application's GIT repository. What is the best practice for such approach?