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
|
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 }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user