Skip to content

Commit

Permalink
docker image ci 增加手动按钮
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-roy committed Nov 28, 2024
1 parent 70367fe commit c79b23f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Docker Image CI


on:
workflow_dispatch:
inputs:
action_name:
description: 'Choose the action to perform'
required: true
default: 'build'
type: string
jobs:

build:
Expand Down

0 comments on commit c79b23f

Please sign in to comment.