diff --git a/entrypoint.sh b/entrypoint.sh index 2373b82..3ef5522 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -3,6 +3,7 @@ #### Current working directory is: /github/workspace #### WORKDIR=$(pwd) echo "Workdir => ${WORKDIR}" +ls $WORKDIR if [ ! -z $INPUT_USERNAME ]; then echo $INPUT_PASSWORD | docker login $INPUT_REGISTRY -u $INPUT_USERNAME --password-stdin