Skip to content

Commit d1dd70c

Browse files
Add port;
2 parents a4228c6 + 8b75aa0 commit d1dd70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo "build_type=$BUILD_TYPE_OUTPUT" >> $GITHUB_OUTPUT
5050
echo "app_uri=https://$ENV_PREFIX.aginfrastructure.ai" >> $GITHUB_OUTPUT
5151
echo "api_uri=https://api-$ENV_PREFIX.aginfrastructure-ai" >> $GITHUB_OUTPUT
52-
echo "serverside_api_uri=http://agi-$ENV_PREFIX" >> $GITHUB_OUTPUT
52+
echo "serverside_api_uri=http://agi-$ENV_PREFIX:1996" >> $GITHUB_OUTPUT
5353
5454
call-reusable-publish:
5555
name: Call Reusable Publish Workflow

0 commit comments

Comments
 (0)