fix: 修复 docker.yml context 为根目录
Some checks failed
Build / build (push) Failing after 33s
Deploy to K8s / deploy (push) Failing after 3s

This commit is contained in:
movingsam 2026-02-28 22:12:02 +08:00
parent 03a8c955ce
commit f109def90e

View File

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