mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 12:50:47 +08:00
chore(ci/docker): fix "no such file or directory"
This commit is contained in:
parent
dd99f6c918
commit
419eb0bf9b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
|
|
@ -157,7 +157,7 @@ jobs:
|
|||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: apps/server
|
||||
file: ${{ matrix.dockerfile }}
|
||||
file: apps/server/${{ matrix.dockerfile }}
|
||||
load: true
|
||||
tags: ${{ env.TEST_TAG }}
|
||||
cache-from: type=gha
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue