From 7b2d85ee9183be0cccff7aba10d38a55b85802be Mon Sep 17 00:00:00 2001 From: RipleyBooya Date: Tue, 25 Feb 2025 17:34:23 +0100 Subject: [PATCH] Update docker-bake.json --- docker/docker-bake.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker-bake.json b/docker/docker-bake.json index f09c70f..675f49e 100644 --- a/docker/docker-bake.json +++ b/docker/docker-bake.json @@ -7,13 +7,13 @@ "target": { "default": { "dockerfile": "docker/Dockerfile", - "context": "docker", + "context": ".", "tags": ["ripleybooya/ssh-tunnel:latest"], "platforms": ["linux/amd64", "linux/arm64"] }, "tailscale": { "dockerfile": "docker/Dockerfile.tailscale", - "context": "docker", + "context": ".", "tags": ["ripleybooya/ssh-tunnel:tailscale"], "platforms": ["linux/amd64", "linux/arm64"] }