diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 2c6ed536fc..795a6814b0 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -114,7 +114,7 @@ jobs: VITE_TAG: ${{ needs.prepare.outputs.image_tag }} CURRENT_BRANCH: ${{ needs.prepare.outputs.current_branch }} NODE_OPTIONS: '--max_old_space_size=4096' - run: yarn build + run: yarn build-stg - name: Docker build and push uses: docker/build-push-action@v2