Merge branch 'main' into patch-1
This commit is contained in:
@@ -22,12 +22,19 @@ You can integrate {% data variables.product.prodname_registry %} with {% data va
|
||||
|
||||
{% data variables.product.prodname_registry %} offers different package registries for commonly used packages, such as for Node, RubyGems, Apache Maven, Gradle, and Nuget.
|
||||
|
||||
<!--This diagram excludes ghcr.io since it's not released for GHES yet.-->
|
||||
{% if currentVersion ver_gt "enterprise-server@2.21" %}
|
||||
|
||||

|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if currentVersion == "free-pro-team@latest" %}
|
||||
{% data variables.product.prodname_registry %} also offers a {% data variables.product.prodname_container_registry %} designed to support the unique needs of container images. For more information, see "[About {% data variables.product.prodname_github_container_registry %}](/packages/guides/about-github-container-registry)."
|
||||
|
||||
{% data reusables.package_registry.container-registry-beta %}
|
||||
|
||||

|
||||

|
||||
|
||||
{% endif %}
|
||||
|
||||
@@ -46,7 +53,7 @@ You can review the package's README, some metadata like licensing, download stat
|
||||
{% if currentVersion == "free-pro-team@latest" %}
|
||||
### About billing for {% data variables.product.prodname_registry %}
|
||||
|
||||
{% data reusables.package_registry.packages-billing %} For more information, see "[About billing for {% data variables.product.prodname_registry %}](/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-packages)."
|
||||
{% data reusables.package_registry.packages-billing %} {% data reusables.package_registry.packages-spending-limit-brief %} For more information, see "[About billing for {% data variables.product.prodname_registry %}](/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-packages)."
|
||||
|
||||
{% data reusables.package_registry.container-registry-beta-billing-note %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user