Commit 2bf2cbaf authored by Steve Hall's avatar Steve Hall

Fix typo in code snippet to match text below

parent 3d318f3c
...@@ -146,7 +146,7 @@ private registries that could also require authentication. ...@@ -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`. All you have to do is be explicit on the image definition in `.gitlab-ci.yml`.
```yaml ```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 In the example above, GitLab Runner will look at `my.registry.tld:5000` for the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment