No plugin named foo

Hey all,
I have developed two custom plugins for my Kong Gateway. They were written in Go, and the binaries of each one are located to /usr/local/bin.

However, when I try to use decK to configure the plugin I get the error: retrieve schema for jwt-validator-plugin from Kong (message: "No plugin named 'jwt-validator-plugin'")

I have an architecture of the same docker container running separated as a control plane and data plane. I can see the logs of my plugins on the data plane, but not on the control plane. And I can’t find how to register these plugins schema to the control plane.

Both plugins are working on my localhost docker-compose.
Is there any way that I can register these schemas? Is there something that I may be missing on my go plugins config?