Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 12f5b9f

Browse files
committed
fix(ci): wrong context directory for docker
1 parent e153aab commit 12f5b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
id: build
184184
uses: docker/build-push-action@v6
185185
with:
186-
context: .
186+
context: apps/server
187187
file: ${{ matrix.dockerfile }}
188188
platforms: ${{ matrix.platform }}
189189
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)