We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4228c6 + 8b75aa0 commit d1dd70cCopy full SHA for d1dd70c
.github/workflows/publish-ghcr.yml
@@ -49,7 +49,7 @@ jobs:
49
echo "build_type=$BUILD_TYPE_OUTPUT" >> $GITHUB_OUTPUT
50
echo "app_uri=https://$ENV_PREFIX.aginfrastructure.ai" >> $GITHUB_OUTPUT
51
echo "api_uri=https://api-$ENV_PREFIX.aginfrastructure-ai" >> $GITHUB_OUTPUT
52
- echo "serverside_api_uri=http://agi-$ENV_PREFIX" >> $GITHUB_OUTPUT
+ echo "serverside_api_uri=http://agi-$ENV_PREFIX:1996" >> $GITHUB_OUTPUT
53
54
call-reusable-publish:
55
name: Call Reusable Publish Workflow
0 commit comments