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.
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.
Ein Paket veröffentlichen→
You can publish a package to GitHub Package Registry to make the package available for others to download and re-use.
Ein Paket installieren→
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→
Sie können NPM für die Veröffentlichung von Paketen auf GitHub Package Registry und für die Nutzung von auf GitHub Package Registry gespeicherten Paketen als Abhängigkeiten in einem NPM-Projekt konfigurieren.
Configuring Docker for use with GitHub Packages→
Sie können den Docker-Client für die Nutzung von GitHub Package Registry zum Veröffentlichen und Abrufen von Docker-Images konfigurieren.
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 GitHub 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.