Skip to content

Commit 0d51e93

Browse files
committed
Forgot distro tag
1 parent 721fc04 commit 0d51e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-vllm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ jobs:
9999

100100
- name: Tag images
101101
run: |
102-
TAGS=(${VLLM_REF}-cu${CUDA_TAG}-{amd,arm}64)
102+
TAGS=(${VLLM_REF}-cu${CUDA_TAG}-ubuntu22.04-{amd,arm}64)
103103
docker buildx imagetools create -t ${GHCR_IMAGE}:${VLLM_REF} ${TAGS[@]/#/${GHCR_IMAGE}:}
104104
docker buildx imagetools create -t ${GHCR_IMAGE}:latest ${TAGS[@]/#/${GHCR_IMAGE}:}

0 commit comments

Comments
 (0)