Skip to content

Commit 6598a05

Browse files
committed
Refine debug step
1 parent 316c77a commit 6598a05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-push-vllm-cpu.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
username: ${{ github.actor }}
3737
password: ${{ secrets.GITHUB_TOKEN }}
3838

39-
- name: Debug
39+
- name: Build and push image
4040
run: |
41-
pwd
42-
git log -n1
43-
docker build -f Dockerfile.cpu -t vllm-cpu --shm-size=4g .
41+
IMAGE=ghcr.io/stackhpc/vllm-cpu:${{ inputs.vllm_ref }}
42+
docker build -f Dockerfile.cpu -t $IMAGE --shm-size=4g .
43+
docker push $IMAGE
4444
4545
# - name: Calculate metadata for image
4646
# id: image-meta

0 commit comments

Comments
 (0)