mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Merge pull request #442 from curquiza/docker-github-action
Change github action for docker latest image
This commit is contained in:
commit
9c6d590950
2
.github/workflows/README.md
vendored
2
.github/workflows/README.md
vendored
@ -7,11 +7,11 @@
|
|||||||
## Workflow
|
## Workflow
|
||||||
|
|
||||||
- On each pull request, we are triggering `cargo test`.
|
- On each pull request, we are triggering `cargo test`.
|
||||||
- On each commit on master, we are building the latest docker image.
|
|
||||||
- On each tag, we are building:
|
- On each tag, we are building:
|
||||||
- the tagged docker image
|
- the tagged docker image
|
||||||
- the binaries for MacOS, Ubuntu, and Windows
|
- the binaries for MacOS, Ubuntu, and Windows
|
||||||
- the debian package
|
- the debian package
|
||||||
|
- On each stable release, we are build the latest docker image.
|
||||||
|
|
||||||
## Problems
|
## Problems
|
||||||
|
|
||||||
|
4
.github/workflows/publish-docker-latest.yml
vendored
4
.github/workflows/publish-docker-latest.yml
vendored
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- master
|
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||||
|
|
||||||
name: Publish latest image to Docker Hub
|
name: Publish latest image to Docker Hub
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user