Skip to content

Commit 1ed1c91

Browse files
committed
always create .ssh directory
1 parent 8c4a480 commit 1ed1c91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ SSH_HOST=${INPUT_REMOTE_DOCKER_HOST#*@}
5151
if [ -n "$INPUT_TAILSCALE_SSH" ];
5252
then
5353
echo "Using Tailscale SSH, Skipping Manual SSH key registeration"
54+
mkdir -p ~/.ssh
5455
eval $(ssh-agent)
5556
else
5657
echo "Registering SSH keys..."

0 commit comments

Comments
 (0)