Add a registries
A Buildpack Registry is a (still experimental) place to publish, store, and discover buildpacks. Users can add registries from the config by using registries remove, and publish/yank buildpacks from it, as well as use those buildpacks when building applications.
pack config registries add [flags]
pack config registries add my-registry https://github.com/buildpacks/my-registry
--default Set this buildpack registry as the default
-h, --help help for add
--type string Type of buildpack registry [git|github] (default "github")
--force-color Force color output
--no-color Disable color output
-q, --quiet Show less output
--timestamps Enable timestamps in output
-v, --verbose Show more output