Skip to content

Commit d5f86ff

Browse files
authored
Cr 19357 update domain desc (codefresh-io#797)
* Update domain field desc for GCR Updated domain description to include that suffixes are incorrect * Update google-container-registry.md Edited domain description
1 parent 3886e2f commit d5f86ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_docs/integrations/docker-registries/github-container-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Now that you have verified your token, we can connect the registry to Codefresh.
9696
* **Registry name**: A unique name for this configuration.
9797
* **Username**: Your GitHub username.
9898
* **Password**: Your GitHub personal token.
99-
* **Domain**: `ghcr.io`.
99+
* **Domain**: `ghcr.io`.
100100
* Expand **Advanced Options** and define the [**Repository Prefix**]({{site.baseurl}}/docs/integrations/docker-registries/#using-an-optional-repository-prefix) as your GitHub username.
101101

102102
{% include image.html

_docs/integrations/docker-registries/google-container-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Configure GCR (Google Container Registry) as your Docker registry provider.
2222
1. From the **Add Registry Provider** dropdown, select **Google Container Registry**.
2323
1. Define the following:
2424
* **Registry name**: A unique name for this configuration.
25-
* **Domain**: Select the domain.
25+
* **Domain**: Select the domain, for example, `us.gcr.io`. Make sure the _domain does not include suffixes such as the URL path_. Configuring the domain as `us.gcr.io/my_org` is incorrect and will cause builds to fail.
2626
* **JSON Keyfile**: The content of the generated JSON key file.
2727

2828

0 commit comments

Comments
 (0)