summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-05-16 09:48:39 -0500
committerKamil Trzcinski <ayufan@ayufan.eu>2016-05-16 09:48:39 -0500
commit623102d4556c42fd386e37724e638156dabca277 (patch)
treef621b38f0db3a81434bb3a50dfd22b6fe1ed2e9b /app/views
parent38b63393bb2841e471942a09b2fd188ca5df066b (diff)
downloadgitlab-ce-623102d4556c42fd386e37724e638156dabca277.tar.gz
Use registry.port to construct the registry host
Diffstat (limited to 'app/views')
-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 f3b2881ce09..6a1e46b14b9 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}
+ docker login #{Gitlab.config.registry.host_port}
%br
Then you are free to create and upload a container image with build and push commands:
%pre