.
This commit is contained in:
parent
a81a045a1f
commit
135ebb725c
|
@ -1,4 +1,4 @@
|
|||
if ["$SCHEME" == "https"]
|
||||
if [ "$SCHEME" == "https" ]
|
||||
then
|
||||
docker login ${REGISTRY_DOMAIN}:${REGISTRY_PORT} --username client --password "${REGISTRY_PASSWORD}"
|
||||
fi
|
|
@ -1,4 +1,4 @@
|
|||
if ["$SCHEME" == "https"]
|
||||
if [ "$SCHEME" == "https" ]
|
||||
then
|
||||
docker logout ${REGISTRY_DOMAIN}:${REGISTRY_PORT}
|
||||
fi
|
Loading…
Reference in New Issue