fix workflow workflow_dispatch
This commit is contained in:
14
.github/workflows/docker_image.yml
vendored
14
.github/workflows/docker_image.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user