Skip to content

Commit

Permalink
Merge pull request #6096 from werf/doc-fix-v1.2-link
Browse files Browse the repository at this point in the history
doc(v2): fix old v1.2 link
  • Loading branch information
ilya-lesikov committed Apr 26, 2024
2 parents eda267b + 44b4a6d commit 0d7b35b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/pages/en/cr_login.md.liquid
Expand Up @@ -19,4 +19,4 @@ werf cr login -p token registry.example.com
werf cr login --insecure-registry registry.example.com
```

> Note: In supported CI/CD systems, the user gets authenticated to the integrated container registries as part of the [ci-env](https://werf.io/documentation/v2/reference/cli/werf_ci_env.html) command — you do not have to use the [werf cr login](https://werf.io/documentation/v1.2/reference/cli/werf_cr_login.html) command in this case.
> Note: In supported CI/CD systems, the user gets authenticated to the integrated container registries as part of the [ci-env](https://werf.io/documentation/v2/reference/cli/werf_ci_env.html) command — you do not have to use the [werf cr login](https://werf.io/documentation/v2/reference/cli/werf_cr_login.html) command in this case.
2 changes: 1 addition & 1 deletion docs/_includes/pages/ru/cr_login.md.liquid
Expand Up @@ -19,4 +19,4 @@ werf cr login -p token registry.example.com
werf cr login --insecure-registry registry.example.com
```

> В случае использования команды [ci-env](https://ru.werf.io/documentation/v2/reference/cli/werf_ci_env.html) с поддерживаемыми CI/CD-системами аутентификация во встроенные container registry выполняется в рамках команды, поэтому использование команды [werf cr login](https://werf.io/documentation/v1.2/reference/cli/werf_cr_login.html) в этом случае не требуется.
> В случае использования команды [ci-env](https://ru.werf.io/documentation/v2/reference/cli/werf_ci_env.html) с поддерживаемыми CI/CD-системами аутентификация во встроенные container registry выполняется в рамках команды, поэтому использование команды [werf cr login](https://werf.io/documentation/v2/reference/cli/werf_cr_login.html) в этом случае не требуется.

0 comments on commit 0d7b35b

Please sign in to comment.