We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ed93e commit a03a3eeCopy full SHA for a03a3ee
docker-entrypoint.sh
@@ -85,7 +85,8 @@ then
85
echo "Input docker_compose_directory is required when upload_directory is enabled!"
86
exit 1
87
fi
88
- tar cjvf - -C "$GITHUB_WORKSPACE" "$INPUT_DOCKER_COMPOSE_DIRECTORY" | ssh -o StrictHostKeyChecking=no "$SSH_HOST" 'tar -xjvf -'
+ tar cjvf - -C "$GITHUB_WORKSPACE" "$INPUT_DOCKER_COMPOSE_DIRECTORY" | ssh -o StrictHostKeyChecking=no "$INPUT_REMOTE_DOCKER_HOST" 'tar -xjvf -'
89
+ echo "Upload finished"
90
91
92
if [ -n "$INPUT_DOCKER_LOGIN_PASSWORD" ] || [ -n "$INPUT_DOCKER_LOGIN_USER" ] || [ -n "$INPUT_DOCKER_LOGIN_REGISTRY" ]; then
0 commit comments