diff --git a/.github/workflows/main-docker.yml b/.github/workflows/main-docker.yml index 01f6eea4e..84bea09e2 100644 --- a/.github/workflows/main-docker.yml +++ b/.github/workflows/main-docker.yml @@ -183,7 +183,7 @@ jobs: id: build uses: docker/build-push-action@v6 with: - context: . + context: apps/server file: ${{ matrix.dockerfile }} platforms: ${{ matrix.platform }} labels: ${{ steps.meta.outputs.labels }}