diff --git a/.github/workflows/build-clients.yml b/.github/workflows/build-clients.yml index 226f09982b..ddd1972897 100644 --- a/.github/workflows/build-clients.yml +++ b/.github/workflows/build-clients.yml @@ -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 diff --git a/clients/Dockerfile b/clients/Dockerfile index 89d25242b3..292597ecc5 100644 --- a/clients/Dockerfile +++ b/clients/Dockerfile @@ -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