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