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: on:
- release: - release:
types: [published] types: [published]
- workflow_dispatch:
inputs: on:
tags: workflow_dispatch:
description: "Test scenario tags" inputs:
required: true tags:
type: string description: "Test scenario tags"
required: true
type: string
jobs: jobs:
push_to_registry: push_to_registry: