Skip to content

Commit

Permalink
feat: 添加手动触发ci
Browse files Browse the repository at this point in the history
Signed-off-by: joshua <[email protected]>
  • Loading branch information
sujoshua committed Nov 6, 2024
1 parent 63342cf commit e397795
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/image.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and Push Docker Images

on:
workflow_dispatch:
push:
paths-ignore:
- 'README.md'
Expand Down Expand Up @@ -78,4 +79,4 @@ jobs:
push: true
tags: |
ghcr.io/cquptmirror/worker:${{ matrix.worker }}
cquptmirror/worker:${{ matrix.worker }}
cquptmirror/worker:${{ matrix.worker }}

0 comments on commit e397795

Please sign in to comment.