1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 08:12:27 +00:00

Fixed push to DOCKERHUB

This commit is contained in:
J. Fernando Sánchez 2017-09-27 16:31:47 +02:00
parent 3e3f5555ff
commit e3a9a3464c

View File

@ -85,8 +85,8 @@ else
endif endif
ifeq ($(HUB_USER),) ifeq ($(HUB_USER),)
@echo "Not logging in to global the docker registry" @echo "Not logging in to global the docker registry"
docker login -u $(HUB_USER) -p $(HUB_PASSWORD)
else else
docker login -u $(HUB_USER) -p $(HUB_PASSWORD)
endif endif
.FORCE: .FORCE: