Update .gitea/workflows/cicd.yml

This commit is contained in:
Bryan 2025-09-22 19:43:53 +08:00
parent 61ab0b6191
commit 32f3587054

View File

@ -29,10 +29,11 @@ jobs:
node-version: '18'
- name: Install Dependencies
run: npm install -g pnpm && pnpm install
# run: npm install -g pnpm && pnpm install
run: yarn install
- name: Build App
run: npm run build
run: yarn build
- name: Login Docker Registry
run: |