add workflow_dispatch
This commit is contained in:
parent
a01af86c7f
commit
d38434f5f4
|
@ -3,6 +3,7 @@ name: Publish Docker image
|
|||
on:
|
||||
release:
|
||||
types: [published]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
push_to_registry:
|
||||
|
|
Loading…
Reference in New Issue