chore(ci/docker): fix "no such file or directory"

pull/1773/head
Elian Doran 2025-04-30 09:36:00 +07:00
parent dd99f6c918
commit 419eb0bf9b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -157,7 +157,7 @@ jobs:
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: apps/server context: apps/server
file: ${{ matrix.dockerfile }} file: apps/server/${{ matrix.dockerfile }}
load: true load: true
tags: ${{ env.TEST_TAG }} tags: ${{ env.TEST_TAG }}
cache-from: type=gha cache-from: type=gha