Skip to content

Commit

Permalink
ci: fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hexf00 committed Jun 7, 2024
1 parent 93c4a13 commit 8224893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo "value=$(make check_image_exists)" >> $GITHUB_OUTPUT
- name: Build
run: NODE_OPTIONS=--max-old-space-size=7168 pnpm build:univer
run: NODE_OPTIONS=--max-old-space-size=7168 pnpm build
if: steps.check_image_exists.outputs.value != 'true'

- name: Set up QEMU
Expand All @@ -64,5 +64,5 @@ jobs:

- name: Build and Push Docker Image
run: |
PUSH_TAG=${{ steps.stepGetImageTag.outputs.value }} BUILDER=${{ steps.buildx.outputs.name }} pnpm build:univer:docker
make push_image -e PUSH_TAG=${{ steps.stepGetImageTag.outputs.value }} -e BUILDER=${{ steps.buildx.outputs.name }}
if: steps.check_image_exists.outputs.value != 'true'

0 comments on commit 8224893

Please sign in to comment.