Skip to content

Commit f3ee6da

Browse files
committed
set working-directory
1 parent a82d3ce commit f3ee6da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-frontend.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,11 @@ jobs:
5050

5151
- name: Install dependencies
5252
run: pnpm i --frozen-lockfile
53+
working-directory: "frontend"
5354

5455
- name: Build
5556
run: pnpm build
57+
working-directory: "frontend"
5658

5759
- name: Build and push
5860
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)