We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316c77a commit 6598a05Copy full SHA for 6598a05
.github/workflows/build-push-vllm-cpu.yml
@@ -36,11 +36,11 @@ jobs:
36
username: ${{ github.actor }}
37
password: ${{ secrets.GITHUB_TOKEN }}
38
39
- - name: Debug
+ - name: Build and push image
40
run: |
41
- pwd
42
- git log -n1
43
- docker build -f Dockerfile.cpu -t vllm-cpu --shm-size=4g .
+ IMAGE=ghcr.io/stackhpc/vllm-cpu:${{ inputs.vllm_ref }}
+ docker build -f Dockerfile.cpu -t $IMAGE --shm-size=4g .
+ docker push $IMAGE
44
45
# - name: Calculate metadata for image
46
# id: image-meta
0 commit comments