Skip to content

Commit

Permalink
copying docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
kobi-lemberg committed Jun 3, 2020
1 parent 8e991a6 commit ab8a7c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ else
[ -z "$DOCKER_REGISTRY" ] || echo "Using custom registry: ${DOCKER_REGISTRY}"
echo ${DOCKER_PASSWORD} | docker login -u ${DOCKER_USERNAME} --password-stdin ${DOCKER_REGISTRY}
cat ~/.docker/config.json
mkdir -p /root/.docker
cp ~/.docker/config.json /root/.docker/config.json
#/github/home/.docker/config.json.

fi

echo "Running command in ${WORKING_DIR}"
Expand Down

0 comments on commit ab8a7c7

Please sign in to comment.