deploy: switch tool images to git.davidbaity.com/pae

This commit is contained in:
2026-06-08 02:53:08 +00:00
parent 2d6ddd3d7b
commit 4d2bcbfa29

View File

@@ -2,7 +2,7 @@
"tools": [ "tools": [
{ {
"type": "Tool_WebSearcher", "type": "Tool_WebSearcher",
"image": "ghcr.io/mazakthedwarf/tool.websearcher:latest", "image": "git.davidbaity.com/pae/tool.websearcher:latest",
"count": 1, "count": 1,
"env": { "env": {
"TOOL_NODE_NAME": "tool-websearcher", "TOOL_NODE_NAME": "tool-websearcher",
@@ -11,7 +11,7 @@
}, },
{ {
"type": "Tool_SlopDetector", "type": "Tool_SlopDetector",
"image": "ghcr.io/mazakthedwarf/tool.slopdetector:latest", "image": "git.davidbaity.com/pae/tool.slopdetector:latest",
"count": 1, "count": 1,
"env": { "env": {
"TOOL_NODE_NAME": "tool-slopdetector", "TOOL_NODE_NAME": "tool-slopdetector",