I’m trying to have docker images of my repos automatically pushed into the container registery but I do not want to configure a gitlab-ci.yml file for every repo.
I noticed that Auto Devops will automatically build and push but it also seems to come with other jobs as part of the pipeline.
Is there a way in Auto Devops (on Gitlab.com) to just perform the Auto Build portion? Or on self hosted Gitlab?