mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 12:05:05 +08:00
04c2b37d82
Add gh actions for cargo check using rust nightly Add readme about actions workflows Add basic Dockerfile Add action workflow for docker publish Change check action to test action Update workflow readme without rust nightly Rename test action file Add gh actions to push latest docker image from master Update github action for publish docker image Add 2 steps dockerfile based on alpine Update readme badges to match new CI
14 lines
391 B
Markdown
14 lines
391 B
Markdown
# GitHub actions workflow for MeiliDB
|
|
|
|
> **Note:**
|
|
|
|
> - We do not use [cache](https://github.com/actions/cache) yet but we could use it to speed up CI
|
|
|
|
## Workflow
|
|
|
|
- On each pull request, we are triggering `cargo test`.
|
|
- On each commit on master, we are building the latest docker image.
|
|
|
|
## TODO
|
|
- On each tag, we should build the tagged docker image and the binaries for Debian & CentOS
|