Skip to content

Commit

Permalink
fix(webpage): build only webpage in branch release/webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Oct 28, 2024
1 parent 8230193 commit f6dd7b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: nossas/bonde-clients
images: nossas/bonde-webpage

- name: Build and push Docker image
- name: Build and push Docker image "nossas/bonde-webpage"
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
context: ./clients
Expand Down
2 changes: 1 addition & 1 deletion clients/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ RUN pnpm i

RUN pnpm --filter "./libs/**" m run build

RUN pnpm --filter "./packages/**" m run build
RUN pnpm --filter "./packages/webpage-client" m run build

0 comments on commit f6dd7b6

Please sign in to comment.