Commit 472b3355 authored by jaden's avatar jaden

fix: fix build image file

parent 2885d275
...@@ -11,8 +11,9 @@ jobs: ...@@ -11,8 +11,9 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install dependencies & build next app - name: Install dependencies & build next app
run: | run: |
npm install npm i -g pnpm
npm run build pnpm i
pnpm build
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@v1 uses: docker/login-action@v1
with: with:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment