更新 .gitea/workflows/docker-build-push.yml
All checks were successful
Docker Build and Push / docker (push) Successful in 19m24s

This commit is contained in:
2026-07-07 16:13:45 +08:00
parent 0cfbed6742
commit 0f41f60cca

View File

@@ -85,7 +85,7 @@ jobs:
- name: Build Docker Image
run: |
docker build -t "$IMAGE" .
docker build -t "$IMAGE" -f K100-vLLM-Patched-v2.0/Dockerfile K100-vLLM-Patched-v2.0
- name: Push Docker Image
run: |