.
This commit is contained in:
parent
15a1cfe964
commit
a9ce4ed6a4
|
@ -1,4 +1,7 @@
|
||||||
pwd
|
pwd
|
||||||
|
echo "~$USER"
|
||||||
|
ls ~/.docker
|
||||||
|
cat ~/.docker/config.json
|
||||||
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