chore: change docker name

This commit is contained in:
alt0
2022-10-19 19:45:04 +08:00
parent 4656401ac1
commit bb156cc8da
2 changed files with 6 additions and 6 deletions
+3 -1
View File
@@ -32,6 +32,8 @@ jobs:
with:
node-version: 18.x
cache: 'pnpm'
- run: node scripts/module-resolve/ci.js
- name: Restore cache
uses: actions/cache@v3
@@ -45,7 +47,7 @@ jobs:
${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_GITHUB_AUTH_TOKEN }}