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