From abc71bb2d4197be1ead8379e2d5eedeb7a6c646b Mon Sep 17 00:00:00 2001 From: 17_bzhzq <2419254437@qq.com> Date: Mon, 22 Aug 2022 16:03:28 +0800 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index c7a3dde..8da15ce 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -7,6 +7,17 @@ on: # 配置触发workflow的事件 - 'master' tags: # tag更新时触发此workflow - '*' + workflow_dispatch: + inputs: + name: + description: 'Person to greet' + required: true + default: 'Mona the Octocat' + home: + description: 'location' + required: false + default: 'The Octoverse' + jobs: # workflow中的job @@ -36,4 +47,4 @@ jobs: # workflow中的job context: . push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}