what registry is supported by github
It is really nice to be able to publish your library to be consume by others in github. Some of the registry that is currently being supported are
- Container registry for docker images
- RubyGem registry
- nuget
- maven
- gradle
- npm
For more info on working with them, please goto:
https://docs.github.com/en/packages/working-with-a-github-packages-registry
Comments