diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2016-08-25 01:05:39 +0000 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2016-08-25 01:05:39 +0000 |
commit | 714aeb7d377277ae8ccaab68c22c41e6bdbf910a (patch) | |
tree | 7537d6292519e8568848ef3baa5fea438b948744 /doc | |
parent | 6fb46b604e4feebcbaa92d3d44d7616be709c0e5 (diff) | |
download | gitlab-ce-714aeb7d377277ae8ccaab68c22c41e6bdbf910a.tar.gz |
improve wording on build and push images using GitLab CI
Diffstat (limited to 'doc')
-rw-r--r-- | doc/container_registry/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/container_registry/README.md b/doc/container_registry/README.md index 047a0b08406..d7740647a91 100644 --- a/doc/container_registry/README.md +++ b/doc/container_registry/README.md @@ -78,9 +78,9 @@ delete them. > **Note:** This feature requires GitLab 8.8 and GitLab Runner 1.2. -Make sure that your GitLab Runner is configured to allow building docker images. -You have to check the [Using Docker Build documentation](../ci/docker/using_docker_build.md). -Then see the CI documentation on [Using the GitLab Container Registry](../ci/docker/using_docker_build.md#using-the-gitlab-container-registry). +Make sure that your GitLab Runner is configured to allow building Docker images by +following the [Using Docker Build](../ci/docker/using_docker_build.md) +and [Using the GitLab Container Registry documentation](../ci/docker/using_docker_build.md#using-the-gitlab-container-registry). ## Limitations |