diff options
author | Rémy Coutable <remy@rymai.me> | 2017-05-15 07:22:45 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-05-15 07:22:45 +0000 |
commit | c6d5389283624cfdd04191e8119195b30500e38d (patch) | |
tree | 8df44d5cb9c0cdb7b6e32afecd0e4b016e30c318 /doc | |
parent | bb879d923b5b315c2aa28e013946fa23e54d4fc0 (diff) | |
parent | 2bf2cbafb51f439f3cca725cbc73376ad1a95daf (diff) | |
download | gitlab-ce-c6d5389283624cfdd04191e8119195b30500e38d.tar.gz |
Merge branch 'master' into 'master'
Fix typo in code snippet to match text below
See merge request !11101
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/docker/using_docker_images.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/docker/using_docker_images.md b/doc/ci/docker/using_docker_images.md index f025a7e3496..96834e15bb9 100644 --- a/doc/ci/docker/using_docker_images.md +++ b/doc/ci/docker/using_docker_images.md @@ -146,7 +146,7 @@ private registries that could also require authentication. All you have to do is be explicit on the image definition in `.gitlab-ci.yml`. ```yaml -image: my.registry.tld:5000/namepace/image:tag +image: my.registry.tld:5000/namespace/image:tag ``` In the example above, GitLab Runner will look at `my.registry.tld:5000` for the |