diff options
author | Steve Hall <steve.hall+gitlab@rg456.co.uk> | 2017-05-04 20:20:33 +0000 |
---|---|---|
committer | Steve Hall <steve.hall+gitlab@rg456.co.uk> | 2017-05-04 20:20:33 +0000 |
commit | 2bf2cbafb51f439f3cca725cbc73376ad1a95daf (patch) | |
tree | faf5940a0597ba7ceba1f0ee7879dc64c25094b4 | |
parent | 3d318f3c92d2e6ff8d03c94015bacf44c2542fdd (diff) | |
download | gitlab-ce-2bf2cbafb51f439f3cca725cbc73376ad1a95daf.tar.gz |
Fix typo in code snippet to match text below
-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 |