Update .gitea/workflows/cicd.yml

This commit is contained in:
Bryan 2025-09-22 18:19:30 +08:00
parent 113b4d5223
commit 61ab0b6191

View File

@ -1,4 +1,4 @@
name: Vue CI/CD Pipeline name: CI/CD Pipeline
on: on:
push: push:
@ -31,7 +31,7 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: npm install -g pnpm && pnpm install run: npm install -g pnpm && pnpm install
- name: Build Vue App - name: Build App
run: npm run build run: npm run build
- name: Login Docker Registry - name: Login Docker Registry