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"] }