workflow add workflow_dispatch

This commit is contained in:
Qing 2022-10-05 23:25:55 +08:00
parent 1fd74a7cc6
commit 303efe1221

View File

@ -1,8 +1,14 @@
name: Publish Docker image name: Publish Docker image
on: on:
release: - release:
types: [published] types: [published]
- workflow_dispatch:
inputs:
tags:
description: "Test scenario tags"
required: true
type: string
jobs: jobs:
push_to_registry: push_to_registry: