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: