mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Add worflow dispatch event
This commit is contained in:
parent
5fd9616b5f
commit
5e6d7b7649
1
.github/workflows/publish-docker-latest.yml
vendored
1
.github/workflows/publish-docker-latest.yml
vendored
@ -2,6 +2,7 @@
|
|||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [released]
|
types: [released]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
name: Publish latest image to Docker Hub
|
name: Publish latest image to Docker Hub
|
||||||
|
|
||||||
|
1
.github/workflows/publish-docker-tag.yml
vendored
1
.github/workflows/publish-docker-tag.yml
vendored
@ -3,6 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
name: Publish tagged image to Docker Hub
|
name: Publish tagged image to Docker Hub
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user