Skip to content

Commit 3488549

Browse files
committed
Fixup GHCR manifest job
1 parent 66f92ec commit 3488549

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-vllm.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ jobs:
6969
needs: build
7070
runs-on: self-hosted
7171
steps:
72+
- name: Generate image name
73+
run: |
74+
echo "GHCR_IMAGE=ghcr.io/${GITHUB_REPOSITORY@L}" >> ${GITHUB_ENV}
75+
7276
- name: Login to GHCR
7377
uses: docker/login-action@v3
7478
with:

0 commit comments

Comments
 (0)