fix
This commit is contained in:
@@ -43,7 +43,8 @@ if [ -z "${INPUT_DOCKER_REGISTRY_URI+x}" ]; then
|
|||||||
INPUT_DOCKER_REGISTRY_URI=https://registry.hub.docker.com
|
INPUT_DOCKER_REGISTRY_URI=https://registry.hub.docker.com
|
||||||
fi
|
fi
|
||||||
|
|
||||||
SSH_HOST=${INPUT_REMOTE_DOCKER_HOST#*@}
|
USER_AT_HOST="$INPUT_REMOTE_DOCKER_USER@$INPUT_REMOTE_DOCKER_HOST"
|
||||||
|
SSH_HOST=${USER_AT_HOST#*@}
|
||||||
|
|
||||||
echo "Registering SSH keys..."
|
echo "Registering SSH keys..."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user