fix: 修复 docker.yml YAML 语法错误 (重复 dockerfile 键)
Some checks failed
Build / build (push) Failing after 34s
Deploy to K8s / deploy (push) Failing after 4s
Build and Push Docker / build (push) Failing after 49s

This commit is contained in:
movingsam 2026-02-28 22:06:36 +08:00
parent 69b82966b5
commit 03a8c955ce

View File

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