Skip to content

Commit aa37734

Browse files
manavgupclaude
andcommitted
fix: Revert region default change, keep SKIP_AUTH fix
- Reverted IBM_CLOUD_REGION default back to us-south - User can set IBM_CLOUD_REGION variable to 'ca-tor' to use ca.icr.io - Kept SKIP_AUTH default='false' fix - Kept Dockerfile.backend fix for CPU-only PyTorch The workflow already properly maps ca-tor → ca to use ca.icr.io. To use ca.icr.io: Set GitHub variable IBM_CLOUD_REGION='ca-tor' 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 058bac7 commit aa37734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_complete_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ env:
8686
PROJECT_NAME: rag-modulo-${{ inputs.environment || 'dev' }}
8787
BACKEND_APP_NAME: ${{ vars.BACKEND_APP_NAME || 'rag-modulo-backend' }}
8888
FRONTEND_APP_NAME: ${{ vars.FRONTEND_APP_NAME || 'rag-modulo-frontend' }}
89-
IBM_CLOUD_REGION: ${{ vars.IBM_CLOUD_REGION || 'ca-tor' }}
89+
IBM_CLOUD_REGION: ${{ vars.IBM_CLOUD_REGION || 'us-south' }}
9090
CR_NAMESPACE: ${{ vars.IBM_CR_NAMESPACE || 'rag_modulo' }}
9191
# ICR uses shortened region names: us-south -> us, eu-gb -> uk, ca-tor -> ca, etc.
9292
ICR_REGION: ${{ vars.IBM_CLOUD_REGION == 'eu-gb' && 'uk' || (vars.IBM_CLOUD_REGION == 'us-south' && 'us' ||

0 commit comments

Comments
 (0)