Skip to content

Commit 4173a7f

Browse files
committed
Fix repo case
1 parent d46edfb commit 4173a7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-vllm.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Build vLLM Docker Image Matrix
22

33
env:
44
PARALLELISM: 2
5-
GHCR_IMAGE: ghcr.io/${{ github.repository }}
65
TRITON_REF: release/3.3.x
76
TRITON_BUILD_VERSION: 3.3.0
87
XFORMERS_REF: v0.0.29.post3
@@ -26,8 +25,9 @@ jobs:
2625
image_distro: [ubuntu24.04]
2726
runs-on: [self-hosted, "${{ matrix.arch }}"]
2827
steps:
29-
- name: Checkout
30-
uses: actions/checkout@v4
28+
- name: Generate image name
29+
run: |
30+
echo "GHCR_IMAGE=ghcr.io/${GITHUB_REPOSITORY@L}" >> ${GITHUB_ENV}
3131
3232
- name: Login to GHCR
3333
uses: docker/login-action@v3

0 commit comments

Comments
 (0)