fix: 修复 docker.yml 重复的 dockerfile 键
This commit is contained in:
parent
f109def90e
commit
00e5bbad0e
@ -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 }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user