From c5692613a77be24af79d8c746ba5a555a648e44a Mon Sep 17 00:00:00 2001 From: Qing Date: Wed, 5 Oct 2022 23:27:28 +0800 Subject: [PATCH] fix workflow workflow_dispatch --- .github/workflows/docker_image.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker_image.yml b/.github/workflows/docker_image.yml index aa5c040..6a2925b 100644 --- a/.github/workflows/docker_image.yml +++ b/.github/workflows/docker_image.yml @@ -3,12 +3,14 @@ name: Publish Docker image on: - release: types: [published] - - workflow_dispatch: - inputs: - tags: - description: "Test scenario tags" - required: true - type: string + +on: + workflow_dispatch: + inputs: + tags: + description: "Test scenario tags" + required: true + type: string jobs: push_to_registry: