mirror of
https://github.com/stxer/explorer.git
synced 2026-01-12 08:34:27 +08:00
chore: use pnpm 8.11.0
This commit is contained in:
3
.github/workflows/build-image.yml
vendored
3
.github/workflows/build-image.yml
vendored
@@ -39,6 +39,9 @@ jobs:
|
||||
- name: Build and push Docker image
|
||||
run: |
|
||||
bash -c "$PRE_BUILD_SCRIPT"
|
||||
pushd source
|
||||
git rev-parse HEAD
|
||||
popd
|
||||
export IMAGE_TAG="$REGISTRY/$IMAGE_NAME:$TAG_NAME"
|
||||
echo "Building image $IMAGE_TAG"
|
||||
docker build -t $IMAGE_TAG .
|
||||
|
||||
@@ -4,7 +4,7 @@ WORKDIR /app
|
||||
|
||||
COPY ./source .
|
||||
|
||||
RUN npm install -g pnpm@8.9.1
|
||||
RUN npm install -g pnpm@8.11.0
|
||||
RUN pnpm i
|
||||
RUN pnpm build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user