fix(ci): wrong context directory for docker

pull/1812/head
Elian Doran 2025-05-10 13:41:51 +07:00
parent e153aab722
commit 12f5b9feeb
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -183,7 +183,7 @@ jobs:
id: build id: build
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
context: . context: apps/server
file: ${{ matrix.dockerfile }} file: ${{ matrix.dockerfile }}
platforms: ${{ matrix.platform }} platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}