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

View File

@ -1,4 +1,4 @@
name: Build With Module Resolve
name: Build Community Version
on:
push:
@ -32,8 +32,6 @@ jobs:
with:
node-version: 18.x
cache: 'pnpm'
- run: node scripts/module-resolve/ci.js
- name: Restore cache
uses: actions/cache@v3
@ -47,7 +45,7 @@ jobs:
${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
run: pnpm install
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_GITHUB_AUTH_TOKEN }}
@ -82,7 +80,7 @@ jobs:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}-pro
IMAGE_NAME: ${{ github.repository }}-community
IMAGE_TAG: canary-${{ github.sha }}
IMAGE_TAG_LATEST: nightly-latest

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 }}