Hey everyone, I hope you're doing well.
I'm building a simple platform (as a product/project) where developers can create container images by directly passing there GitHub url , connecting there container registry , adding some other configs and the tool will automatically create a container image out of it and push it to there container registry.
This is the first MVP I'm working on and need some guidance on development and deploying this whole project!