Skip to content

Commit 9891937

Browse files
committed
test using hardcoded string
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 555b8a9 commit 9891937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-sglang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
IMAGE_URI=${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_REGION }}.amazonaws.com/ci:sglang-0.5.5-gpu-py312-cu129-ubuntu22.04-sagemaker-pr-${{ github.event.pull_request.number }}
5858
echo "Image URI to build: $IMAGE_URI"
5959
echo "IMAGE_URI=$IMAGE_URI" >> $GITHUB_ENV
60-
echo "IMAGE_URI=$IMAGE_URI" >> $GITHUB_OUTPUT
60+
echo "IMAGE_URI=some_image_uri" >> $GITHUB_OUTPUT
6161
6262
- name: Build image
6363
run: |

0 commit comments

Comments
 (0)