Skip to content

Commit

Permalink
fix: ci build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
bococ committed Oct 18, 2023
1 parent fb9e333 commit b41f221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
uses: docker/setup-qemu-action@v2

# 设置 Docker Buildx,用于构建多平台的 Docker 镜像
- name: Set up Docker Buildx
- name: Set up Build
uses: docker/setup-buildx-action@v2
- run: |
make docker-build
make build
linting:
name: Lint Code Base
Expand Down

0 comments on commit b41f221

Please sign in to comment.