Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
e3a9a346
Commit
e3a9a346
authored
Sep 27, 2017
by
J. Fernando Sánchez
Browse files
Fixed push to DOCKERHUB
parent
3e3f5555
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
e3a9a346
...
...
@@ -85,8 +85,8 @@ else
endif
ifeq
($(HUB_USER),)
@
echo
"Not logging in to global the docker registry"
docker login
-u
$(HUB_USER)
-p
$(HUB_PASSWORD)
else
docker login
-u
$(HUB_USER)
-p
$(HUB_PASSWORD)
endif
.FORCE
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment