From dba2c32b2038e51271c6be687527a820d8e2e823 Mon Sep 17 00:00:00 2001 From: RipleyBooya Date: Fri, 28 Feb 2025 23:28:38 +0100 Subject: [PATCH] Delete docker-bake.json --- docker-bake.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 docker-bake.json diff --git a/docker-bake.json b/docker-bake.json deleted file mode 100644 index 7fcd992..0000000 --- a/docker-bake.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "group": { - "default": { - "targets": ["default", "tailscale"] - } - }, - "target": { - "default": { - "dockerfile": "Dockerfile", - "context": ".", - "tags": ["ripleybooya/ssh-tunnel:latest"], - "platforms": ["linux/amd64", "linux/arm64"] - }, - "tailscale": { - "dockerfile": "Dockerfile.tailscale", - "context": ".", - "tags": ["ripleybooya/ssh-tunnel:tailscale"], - "platforms": ["linux/amd64", "linux/arm64"] - } - } -}