forked from GithubBackups/healthchecks
Add workflow_dispatch for testing
This commit is contained in:
parent
83eb10b99e
commit
92ef81c0a5
1
.github/workflows/publish_docker_image.yml
vendored
1
.github/workflows/publish_docker_image.yml
vendored
@ -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…
x
Reference in New Issue
Block a user