fix: 修复 docker.yml context 为根目录
This commit is contained in:
parent
03a8c955ce
commit
f109def90e
@ -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 }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user