Skip to content

Commit

Permalink
Merge branch 'dev' into pr@dev@fix_sessioni18n
Browse files Browse the repository at this point in the history
  • Loading branch information
BaiJiangJie authored Jul 24, 2024
2 parents 474e368 + ef99e25 commit 959e351
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/jms-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
if: env.GITHUB_REPOSITORY_VISIBILITY == 'public'
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jumpserver/lina-base:20240723_112141 AS stage-build
FROM jumpserver/lina-base:20240723_084702 AS stage-build

ARG VERSION
ENV VERSION=$VERSION
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ WORKDIR /data

COPY package.json yarn.lock ./

ARG NPM_MIRROR="https://registry.npmjs.org"
RUN --mount=type=cache,target=/usr/local/share/.cache/yarn,sharing=locked,id=yarn-cache \
yarn install
sed -i "s|https://registry.npmmirror.com|${NPM_MIRROR}|g" yarn.lock \
&& yarn install

0 comments on commit 959e351

Please sign in to comment.