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