Skip to content

Commit

Permalink
build image
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbend committed Apr 22, 2024
1 parent e7fedd4 commit bacf5f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
registry: ${{ env.HUB }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Push to GitHub Packages
- name: Build
run: |
docker buildx build --platform linux/amd64,linux/arm64 -f build/Dockerfile -t ${HUB}/ks-console:v3.3.2 --push .
yarn
make build
make container-cross-push
2 changes: 1 addition & 1 deletion build/Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Use of this source code is governed by an Apache license
# that can be found in the LICENSE file.

FROM node:12-alpine3.14
FROM node:14-alpine

RUN adduser -D -g kubesphere -u 1002 kubesphere && \
mkdir -p /opt/kubesphere/console && \
Expand Down

0 comments on commit bacf5f4

Please sign in to comment.