Update Docker image reference for arm-migration agent (#485)

* Update Docker image reference for arm-migration agent

* Updated README after running update script
This commit is contained in:
pareenaverma
2025-12-14 17:29:59 -05:00
committed by GitHub
parent db3d883d66
commit 5d6d231091
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ mcp-servers:
custom-mcp:
type: "local"
command: "docker"
args: ["run", "--rm", "-i", "-v", "${{ github.workspace }}:/workspace", "--name", "arm-mcp", "armswdev/arm-mcp:latest"]
args: ["run", "--rm", "-i", "-v", "${{ github.workspace }}:/workspace", "--name", "arm-mcp", "armlimited/arm-mcp:latest"]
tools: ["skopeo", "check_image", "knowledge_base_search", "migrate_ease_scan", "mcp", "sysreport_instructions"]
---