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