diff options
author | Mark Pundsack <markpundsack@users.noreply.github.com> | 2016-06-07 21:33:11 -0700 |
---|---|---|
committer | Mark Pundsack <markpundsack@users.noreply.github.com> | 2016-06-13 22:06:13 -0700 |
commit | 17eb51594d220658686ac25b183b661db0936e6c (patch) | |
tree | e503cad27254e1e9f5d4d57b9b1a03b0b1201210 /doc | |
parent | f34af6b83cc2663bb8a076f4df9c82047e5511ab (diff) | |
download | gitlab-ce-17eb51594d220658686ac25b183b661db0936e6c.tar.gz |
Fix some grammar
Diffstat (limited to 'doc')
-rw-r--r-- | doc/container_registry/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/container_registry/README.md b/doc/container_registry/README.md index 4df24ef13cc..a7dac54a1ad 100644 --- a/doc/container_registry/README.md +++ b/doc/container_registry/README.md @@ -82,7 +82,7 @@ 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). You can use [docker:dind](https://hub.docker.com/_/docker/) to build your images, -and this is how `.gitlab-ci.yml` should look like: +and this is how your `.gitlab-ci.yml` should look: ``` build_image: @@ -98,7 +98,7 @@ and this is how `.gitlab-ci.yml` should look like: You have to use the credentials of the special `gitlab-ci-token` user with its password stored in `$CI_BUILD_TOKEN` in order to push to the Registry connected -to your project. This allows you to automated building and deployment of your +to your project. This allows you to automate building and deployment of your Docker images. ## Limitations |