summaryrefslogtreecommitdiff
path: root/app/views/projects/container_registry
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-05-14 14:22:10 -0500
committerKamil Trzcinski <ayufan@ayufan.eu>2016-05-14 14:22:10 -0500
commit284dc3285a4ec2a626e90b16ca3d372eed82d349 (patch)
tree0c08a12a9153cf606168d1f4290fa151b475bda2 /app/views/projects/container_registry
parentee725db8e0f5d95c14031bd939a414e068497bb4 (diff)
downloadgitlab-ce-284dc3285a4ec2a626e90b16ca3d372eed82d349.tar.gz
Fix abilities
Diffstat (limited to 'app/views/projects/container_registry')
-rw-r--r--app/views/projects/container_registry/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/container_registry/index.html.haml b/app/views/projects/container_registry/index.html.haml
index ea7c4faaaec..990253719bf 100644
--- a/app/views/projects/container_registry/index.html.haml
+++ b/app/views/projects/container_registry/index.html.haml
@@ -16,7 +16,7 @@
To start using container images hosted on GitLab you first need to login:
%pre
%code
- docker login #{Gitlab.config.registry.host_port}
+ docker login #{Gitlab.config.registry.host}
%br
Then you are free to create and upload a container image with build and push commands:
%pre