We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46edfb commit 4173a7fCopy full SHA for 4173a7f
.github/workflows/build-vllm.yaml
@@ -2,7 +2,6 @@ name: Build vLLM Docker Image Matrix
2
3
env:
4
PARALLELISM: 2
5
- GHCR_IMAGE: ghcr.io/${{ github.repository }}
6
TRITON_REF: release/3.3.x
7
TRITON_BUILD_VERSION: 3.3.0
8
XFORMERS_REF: v0.0.29.post3
@@ -26,8 +25,9 @@ jobs:
26
25
image_distro: [ubuntu24.04]
27
runs-on: [self-hosted, "${{ matrix.arch }}"]
28
steps:
29
- - name: Checkout
30
- uses: actions/checkout@v4
+ - name: Generate image name
+ run: |
+ echo "GHCR_IMAGE=ghcr.io/${GITHUB_REPOSITORY@L}" >> ${GITHUB_ENV}
31
32
- name: Login to GHCR
33
uses: docker/login-action@v3
0 commit comments