Skip to content

Commit de19b5d

Browse files
authored
Update entrypoint.sh
1 parent 41c97c0 commit de19b5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ if [ ${INPUT_REMOTE_HOST#"ssh://"} != "$INPUT_REMOTE_HOST" ]; then
3535
fi
3636

3737
echo "Connecting to $INPUT_REMOTE_HOST..."
38-
echo $(docker --version)
38+
echo $(docker --host "$INPUT_REMOTE_HOST" --version)
3939
docker --log-level debug --host "$INPUT_REMOTE_HOST" "$@" 2>&1

0 commit comments

Comments
 (0)