Skip to content

Commit 19aaaf7

Browse files
committed
Fix Tailscale variable name
1 parent ef5e465 commit 19aaaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ DEPLOYMENT_COMMAND="docker compose -f $COMPOSE_FILE"
5151
SSH_HOST=${INPUT_REMOTE_DOCKER_HOST#*@}
5252

5353

54-
if "$TAILSCALE_SSH"
54+
if "$INPUT_TAILSCALE_SSH"
5555
then
5656
echo "Using Tailscale SSH, Skipping Manual SSH key registeration"
5757
eval $(ssh-agent)

0 commit comments

Comments
 (0)