Commit c6d53892 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'master' into 'master'

Fix typo in code snippet to match text below

See merge request !11101
parents bb879d92 2bf2cbaf
......@@ -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
......
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