Skip to content

Commit

Permalink
feat: add docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw committed Oct 6, 2024
1 parent d188e07 commit 795a190
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
image-ref: yourdockerhubusername/ai_feedback_production_${{ matrix.project }}:${{ steps.metadata.outputs.version }}
format: 'table'
exit-code: '0'
# 报错跳过
continue-on-error: true

# 9. 清理未使用的 Docker 镜像
- name: Clean up Docker
Expand Down

0 comments on commit 795a190

Please sign in to comment.