Use dind service only where necessary

Importing the docker-template is launching a service by default on all pipelines even if the pipelines do not need dind. In projects that import kaniko and docker templates this will launch the dind for kaniko builds also (because it's defined as a global service)

Removing this improves speed on mixed projects

Edited by Diogo Filipe Tomas Guerra

Merge request reports

Loading