Skip to content

Commit 832151f

Browse files
committed
change context name
1 parent 5c84dd8 commit 832151f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ ssh-keyscan -p $INPUT_SSH_PORT "$SSH_HOST" >> ~/.ssh/known_hosts
7272
ssh-keyscan -p $INPUT_SSH_PORT "$SSH_HOST" >> /etc/ssh/ssh_known_hosts
7373
# set context
7474
echo "Create docker context"
75-
docker context create staging --docker "host=ssh://$INPUT_REMOTE_DOCKER_HOST:$INPUT_SSH_PORT"
76-
docker context use staging
75+
docker context create remote --docker "host=ssh://$INPUT_REMOTE_DOCKER_HOST:$INPUT_SSH_PORT"
76+
docker context use remote
7777

7878
if [ -n "$INPUT_UPLOAD_DIRECTORY" ];
7979
then

0 commit comments

Comments
 (0)