Skip to content

Commit 1ef038e

Browse files
committed
misc(ci): go
1 parent f5cdb29 commit 1ef038e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_trtllm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Final
133133
id: final
134134
run: |
135-
echo "docker_image=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }}${{ env.LABEL }}" >> "$GITHUB_OUTPUT"
135+
echo "docker_image=registry.internal.huggingface.tech/api-inference/community/text-generation-inference/tensorrt-llm:sha-${{ env.GITHUB_SHA_SHORT }}${{ env.LABEL }}" >> "$GITHUB_OUTPUT"
136136
echo "label=${{ env.LABEL }}" >> "$GITHUB_OUTPUT"
137137
tests:
138138
needs: build-and-push

0 commit comments

Comments
 (0)