mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Fix typo in code snippet to match text below
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user