Jenkins deployng my apps in a rancher cluster

Hello,

Today I have the following scenario in my environment:

Jenkins to compile my applications and deliver to my internal docker registry (without https).

After the tests, jenkins delivers the application on another production docker server taking the image from the internal docker registry.

Seeking to improve the environment I implanted a rancher cluster in my environment and now I have doubts about how to send these applications compiled and delivered to my internal docker registry for my cluster rancher.

Could someone give me a north?

Thanks!