fix: 修复 docker.yml 重复的 dockerfile 键
This commit is contained in:
parent
f109def90e
commit
00e5bbad0e
@ -51,7 +51,6 @@ jobs:
|
||||
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