fix(ci): ACR resource group is AuthData not Operation

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
gongzhiyong
2026-04-12 23:36:20 +08:00
co-authored by Claude Opus 4.6
parent d8b989f681
commit 2b614ddef2
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
run: |
az acr build \
--registry socsocacr \
--resource-group Operation \
--resource-group AuthData \
--image soc-langgraph:${{ github.sha }} \
--image soc-langgraph:latest \
--file langgraph/Dockerfile \