This version of GitHub Enterprise Server was discontinued on 2025-06-19. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise Server. For help with the upgrade, contact GitHub Enterprise support.
Publishing packages
You can automatically publish packages using GitHub Actions.
Publishing Docker images
You can publish Docker images to a registry, such as Docker Hub or GitHub Packages, as part of your continuous integration (CI) workflow.
Publishing Java packages with Gradle
You can use Gradle to publish Java packages to a registry as part of your continuous integration (CI) workflow.
Publishing Java packages with Maven
You can use Maven to publish Java packages to a registry as part of your continuous integration (CI) workflow.
Publishing Node.js packages
You can publish Node.js packages to a registry as part of your continuous integration (CI) workflow.