From 13c5481427fd26c95fbc5b3d4aaa62c08b0348e2 Mon Sep 17 00:00:00 2001 From: quickdraw_8311 Date: Mon, 8 Jun 2026 02:53:07 +0000 Subject: [PATCH] deploy: switch tool images to git.davidbaity.com/pae --- tools/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/manifest.json b/tools/manifest.json index 4a2a8f5..6b768d4 100644 --- a/tools/manifest.json +++ b/tools/manifest.json @@ -2,7 +2,7 @@ "tools": [ { "type": "Tool_SlopDetector", - "image": "ghcr.io/mazakthedwarf/tool.slopdetector:latest", + "image": "git.davidbaity.com/pae/tool.slopdetector:latest", "count": 1, "env": { "TOOL_NODE_NAME": "tool-slopdetector", @@ -11,7 +11,7 @@ }, { "type": "Tool_TextEditor", - "image": "ghcr.io/mazakthedwarf/tool.texteditor:latest", + "image": "git.davidbaity.com/pae/tool.texteditor:latest", "count": 1, "env": { "TOOL_NODE_NAME": "tool-texteditor", @@ -20,7 +20,7 @@ }, { "type": "Tool_WebSearcher", - "image": "ghcr.io/mazakthedwarf/tool.websearcher:latest", + "image": "git.davidbaity.com/pae/tool.websearcher:latest", "count": 1, "env": { "TOOL_NODE_NAME": "tool-websearcher",