Skip to content

Commit 40cc54e

Browse files
committed
Fix auth length
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent d32eb2b commit 40cc54e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-trtllm-vllm-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# limitations under the License.
1414
name: Build TRT-LLM and vLLM image
1515
on:
16+
push:
1617
workflow_dispatch:
1718
inputs:
1819
base_image_tag:
@@ -115,6 +116,7 @@ jobs:
115116
client-id: ${{ secrets.AZURE_CLIENT_ID }}
116117
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
117118
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
119+
auth-type: IDENTITY
118120

119121
- name: Azure ACR Login
120122
shell: bash

0 commit comments

Comments
 (0)