fix workflow workflow_dispatch

This commit is contained in:
Qing 2022-10-05 23:27:28 +08:00
parent 303efe1221
commit c5692613a7

View File

@ -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: