From 0dd682f2d9c6791b38b2a06221cb58e750a0692f Mon Sep 17 00:00:00 2001 From: quickdraw_8311 Date: Mon, 8 Jun 2026 02:53:10 +0000 Subject: [PATCH] deploy: switch tool images to git.davidbaity.com/pae --- tools/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/manifest.json b/tools/manifest.json index 75fcb77..7d9083f 100644 --- a/tools/manifest.json +++ b/tools/manifest.json @@ -2,7 +2,7 @@ "tools": [ { "type": "Tool_WebSearcher", - "image": "ghcr.io/mazakthedwarf/tool.websearcher:latest", + "image": "git.davidbaity.com/pae/tool.websearcher:latest", "count": 2, "env": { "TOOL_NODE_NAME": "tool-websearcher", @@ -11,7 +11,7 @@ }, { "type": "Tool_StorySummary", - "image": "ghcr.io/mazakthedwarf/tool.storysummary:latest", + "image": "git.davidbaity.com/pae/tool.storysummary:latest", "count": 1, "env": { "TOOL_NODE_NAME": "tool-storysummary",