Skip to content

Commit

Permalink
fix : build error
Browse files Browse the repository at this point in the history
  • Loading branch information
9yujin committed Nov 10, 2024
1 parent 7d941d0 commit 149e924
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/admin-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ jobs:
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
no-cache: true
2 changes: 1 addition & 1 deletion Dockerfile.admin
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY package.json ./
COPY yarn.lock ./
# Installs all node packages
# RUN npm ci
RUN npm install yarn --global --force
RUN yarn set version 3.3.0
RUN yarn install --immutable --immutable-cache --check-cache


Expand Down

0 comments on commit 149e924

Please sign in to comment.