Empezar
Introduction to GitHub Packages→
Paquetes de GitHub 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.
Working with the Container registry→
You can store and manage Docker and OCI images in the Container registry, which uses the package namespace https://ghcr.io.
Learn GitHub Packages→
You can find out more about using packages in GitHub, including publishing new packages to Paquetes de GitHub, view and install existing packages, and, in special circumstances, delete existing packages.
Working with the Container registry→
You can store and manage Docker and OCI images in the Container registry, which uses the package namespace https://ghcr.io.
Publishing a package→
You can publish a package to Paquetes de GitHub to make the package available for others to download and re-use.
Installing a package→
You can install a package from Paquetes de GitHub and use the package as a dependency in your own project.
Artículos populares
Working with the npm registry→
You can configure npm to publish packages to Paquetes de GitHub and to use packages stored on Paquetes de GitHub as dependencies in an npm project.
Working with the Docker registry→
You can push and pull your Docker images using the Paquetes de GitHub Docker registry, which uses the package namespace https://docker.pkg.github.com.
Working with the Container registry→
You can store and manage Docker and OCI images in the Container registry, which uses the package namespace https://ghcr.io.
Publishing and installing a package with GitHub Actions→
You can configure a workflow in GitHub Actions to automatically publish or install a package from Paquetes de GitHub.
Learn GitHub Packages→
You can find out more about using packages in GitHub, including publishing new packages to Paquetes de GitHub, view and install existing packages, and, in special circumstances, delete existing packages.
Working with the Container registry→
You can store and manage Docker and OCI images in the Container registry, which uses the package namespace https://ghcr.io.
Learn GitHub Packages→
You can find out more about using packages in GitHub, including publishing new packages to Paquetes de GitHub, view and install existing packages, and, in special circumstances, delete existing packages.
Working with a GitHub Packages registry→
Learn how to use a supported Paquetes de GitHub registry.