diff --git a/.github/workflows/build-push-tests.yml b/.github/workflows/build-push-tests.yml index ce9159d3e..573b02d0d 100644 --- a/.github/workflows/build-push-tests.yml +++ b/.github/workflows/build-push-tests.yml @@ -66,7 +66,7 @@ jobs: run: npm config set unsafe-perm true && npm ci - name: build assets - run: npm run build + run: npm run rsbuild - name: Build and push zenko ui uses: docker/build-push-action@v2.7.0 diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml index 3f234aaa8..0ec7804fb 100644 --- a/.github/workflows/security.yaml +++ b/.github/workflows/security.yaml @@ -28,7 +28,7 @@ jobs: - name: install dependencies run: npm config set unsafe-perm true && npm ci - name: build assets - run: npm run build + run: npm run rsbuild - name: Login to GitHub Registry uses: docker/login-action@v2 with: