I am trying to setup TeamCity 2019.2.2 for my home projects. The configuration works perfectly but at the beginning of every build it prints a error:
Cannot find the Docker Connection referenced from the Docker build feature, probably it was removed. Please update Docker build feature settings. Build will continue without logging in to Docker Registry
Project configurations
I have created a build template in the Root Project and that is the default configuration for the project. Connection to docker registry is configured also in Root Project. All the build steps and build features are also being configured in the template.
Solution attemps
I have reconfigured docker registry in the template and also reconfigured the build feature in specific projects - with no luck :(
Now I configured all the repository projects to use this configuration. everything works, building docker image and pushing the docker image.
Any help is appreciated.