Fix typo in code snippet to match text below

This commit is contained in:
Steve Hall 2017-05-04 20:20:33 +00:00
parent 3d318f3c92
commit 2bf2cbafb5
1 changed files with 1 additions and 1 deletions

View File

@ -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