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 5c84dd8 commit 832151fCopy full SHA for 832151f
docker-entrypoint.sh
@@ -72,8 +72,8 @@ ssh-keyscan -p $INPUT_SSH_PORT "$SSH_HOST" >> ~/.ssh/known_hosts
72
ssh-keyscan -p $INPUT_SSH_PORT "$SSH_HOST" >> /etc/ssh/ssh_known_hosts
73
# set context
74
echo "Create docker context"
75
-docker context create staging --docker "host=ssh://$INPUT_REMOTE_DOCKER_HOST:$INPUT_SSH_PORT"
76
-docker context use staging
+docker context create remote --docker "host=ssh://$INPUT_REMOTE_DOCKER_HOST:$INPUT_SSH_PORT"
+docker context use remote
77
78
if [ -n "$INPUT_UPLOAD_DIRECTORY" ];
79
then
0 commit comments