Commit 8d3b531a authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'bbodenmiller-master-patch-20629' into 'master'

Remove extra details about pushing to package registry w/ deploy token

See merge request gitlab-org/gitlab!71321
parents e8bcb974 72df1bfc
...@@ -12,8 +12,7 @@ When a pipeline job is about to run, GitLab generates a unique token and injects ...@@ -12,8 +12,7 @@ When a pipeline job is about to run, GitLab generates a unique token and injects
You can use a GitLab CI/CD job token to authenticate with specific API endpoints: You can use a GitLab CI/CD job token to authenticate with specific API endpoints:
- Packages: - Packages:
- [Package Registry](../../user/packages/package_registry/index.md#use-gitlab-cicd-to-build-packages). To push to the - [Package Registry](../../user/packages/package_registry/index.md#use-gitlab-cicd-to-build-packages).
Package Registry, you can use [deploy tokens](../../user/project/deploy_tokens/index.md).
- [Container Registry](../../user/packages/container_registry/index.md#build-and-push-by-using-gitlab-cicd) - [Container Registry](../../user/packages/container_registry/index.md#build-and-push-by-using-gitlab-cicd)
(the `$CI_REGISTRY_PASSWORD` is `$CI_JOB_TOKEN`). (the `$CI_REGISTRY_PASSWORD` is `$CI_JOB_TOKEN`).
- [Container Registry API](../../api/container_registry.md) - [Container Registry API](../../api/container_registry.md)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment