fix workflow workflow_dispatch
This commit is contained in:
4
.github/workflows/docker_image.yml
vendored
4
.github/workflows/docker_image.yml
vendored
@@ -3,7 +3,9 @@ name: Publish Docker image
|
|||||||
on:
|
on:
|
||||||
- release:
|
- release:
|
||||||
types: [published]
|
types: [published]
|
||||||
- workflow_dispatch:
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
tags:
|
tags:
|
||||||
description: "Test scenario tags"
|
description: "Test scenario tags"
|
||||||
|
|||||||
Reference in New Issue
Block a user