chore: add workflow_dispatch to the docker release ci
This commit is contained in:
parent
cba478bd96
commit
795f7cf19b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release-push-docker.yml
vendored
3
.github/workflows/release-push-docker.yml
vendored
|
|
@ -4,6 +4,9 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- '*.*.*'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
# NO INPUTS
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue