Skip to content

Commit

Permalink
👷 Adding CI build system. 增加ci 自动构建镜像
Browse files Browse the repository at this point in the history
  • Loading branch information
lbw committed Nov 12, 2023
1 parent cee123e commit cd92ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: ${{ matrix.npm-client }} install

- name: Build
run: ${{ matrix.npm-client }} run build
run: ${{ matrix.npm-client }} run build:docker

- name: Login to Docker Registry
run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} registry.cn-hangzhou.aliyuncs.com
Expand Down

0 comments on commit cd92ce8

Please sign in to comment.