Skip to content

Commit

Permalink
? feat: Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wieszheng authored Aug 28, 2024
1 parent a2b0ef3 commit a17faec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- uses: actions/checkout@v3
- name: 构建Docker镜像
run: docker build . --file Dockerfile --tag ${{ secrets.DOCKER_REPOSITORY }}:${{ github.run_id }}

code-quality:
name: 'Code-Quality 💎'
needs: build
Expand Down

0 comments on commit a17faec

Please sign in to comment.