fix: 修复 CI/CD Dockerfile 路径
Some checks failed
Build / build (push) Failing after 34s
Deploy to K8s / deploy (push) Failing after 2s
Build and Push Docker / build (push) Failing after 16s

- 修改 dockerfile 路径为 ./src/Dockerfile
This commit is contained in:
movingsam 2026-02-28 21:52:11 +08:00
parent b8d2a93c9f
commit feb1a733cd

View File

@ -50,7 +50,7 @@ jobs:
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:
context: . context: .
dockerfile: src/Dockerfile dockerfile: ./src/Dockerfile
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}