Skip to content

Commit

Permalink
set working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Jan 30, 2024
1 parent a82d3ce commit f3ee6da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@ jobs:

- name: Install dependencies
run: pnpm i --frozen-lockfile
working-directory: "frontend"

- name: Build
run: pnpm build
working-directory: "frontend"

- name: Build and push
uses: docker/build-push-action@v4
Expand Down

0 comments on commit f3ee6da

Please sign in to comment.