forked from 77media/video-flow
Update .gitea/workflows/cicd.yml
This commit is contained in:
parent
61ab0b6191
commit
32f3587054
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user