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

This commit is contained in:
2026-06-08 02:53:07 +00:00
parent 06266c9806
commit 13c5481427

View File

@@ -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",