.
This commit is contained in:
parent
e3816a2972
commit
15a1cfe964
|
@ -1,4 +1,4 @@
|
||||||
echo $pwd
|
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