fix workflow workflow_dispatch
This commit is contained in:
parent
c5692613a7
commit
7a234793e4
3
.github/workflows/docker_image.yml
vendored
3
.github/workflows/docker_image.yml
vendored
@ -1,10 +1,9 @@
|
|||||||
name: Publish Docker image
|
name: Publish Docker image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
Reference in New Issue
Block a user