GitHub Packages Documentation
Learn to safely publish and consume packages, store your packages alongside your code, and share your packages privately with your team or publicly with the open source community. You can also automate your packages with GitHub Actions.
Were you able to find what you were looking for?
Thank you! Your feedback has been submitted.
Getting started
About GitHub Packages→
GitHub Package Registry is a software package hosting service that allows you to host your software packages privately or publicly and use packages as dependencies in your projects.
Publicar um pacote→
You can publish a package to GitHub Package Registry to make the package available for others to download and re-use.
Instalar um pacote→
You can install a package from GitHub Package Registry and use the package as a dependency in your own project.
Popular articles
Configuring npm for use with GitHub Packages→
Você pode configurar o npm para publicar pacotes no GitHub Package Registry e usar pacotes armazenados no GitHub Package Registry como dependências em um projeto npm.
Configuring Docker for use with GitHub Packages→
Você pode configurar o cliente do Docker para usar o GitHub Package Registry para publicar e recuperar imagens do Docker.
Using GitHub Packages with GitHub Actions→
You can configure a workflow in GitHub Actions to automatically publish or install a package from GitHub Package Registry.
Publishing and managing packages→
You can publish new packages to GitHub Package Registry, view and install existing packages, and, in special circumstances, delete existing packages.
Using GitHub Packages with your project's ecosystem→
You can configure GitHub Actions or your package client to work with GitHub Package Registry.
Were you able to find what you were looking for?
Thank you! Your feedback has been submitted.