Commit 472b3355 authored by jaden's avatar jaden

fix: fix build image file

parent 2885d275
......@@ -11,8 +11,9 @@ jobs:
uses: actions/checkout@v2
- name: Install dependencies & build next app
run: |
npm install
npm run build
npm i -g pnpm
pnpm i
pnpm build
- name: Login to Docker Hub
uses: docker/login-action@v1
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