fix: 修复 docker.yml 重复的 dockerfile 键
Some checks failed
Build / build (push) Failing after 31s
Deploy to K8s / deploy (push) Failing after 3s
Build and Push Docker / build (push) Failing after 19s

This commit is contained in:
movingsam 2026-02-28 22:13:45 +08:00
parent f109def90e
commit 00e5bbad0e

View File

@ -51,7 +51,6 @@ jobs:
with: with:
context: . context: .
dockerfile: src/Dockerfile 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 }}