mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 08:53:09 +02:00
fix(ci): upd file name
This commit is contained in:
parent
9f5741bf27
commit
04fa62c493
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-develop.yml
vendored
2
.github/workflows/docker-develop.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
with:
|
||||
builder: ${{ steps.buildx.outputs.name }}
|
||||
context: .
|
||||
file: "{{context}}/Dockerfile.development"
|
||||
file: Dockerfile.development
|
||||
push: true
|
||||
platforms: ${{ steps.buildx.outputs.platforms }}
|
||||
provenance: false
|
||||
|
|
Loading…
Reference in a new issue