fix: 修复 CI/CD Dockerfile 路径
- 修改 dockerfile 路径为 ./src/Dockerfile
This commit is contained in:
parent
b8d2a93c9f
commit
feb1a733cd
@ -50,7 +50,7 @@ jobs:
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
dockerfile: src/Dockerfile
|
||||
dockerfile: ./src/Dockerfile
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user