MeiliSearch/.github/workflows
Janith Petangoda 5ae5b06018
Improve docker CI: push `vX.Y` tag (without patch) to DockerHub (#2507)
* Create a docker tag without patch version if git tag has 0 patch version.

* Create Docker tag without patch number if git tag follows v<number>.<number>.<number>

Add minor changes on CI
2022-06-16 09:51:20 +02:00
..
README.md Update MeiliSearch into Meilisearch everywhere 2022-01-26 17:43:16 +01:00
coverage.yml Trigger CodeCoverage manually instead of on each PR 2021-09-14 18:59:20 +02:00
flaky.yml run cargo flaky only 100 times 2021-06-21 17:36:54 +02:00
publish-binaries.yml Change CI name for publishing binaries 2022-03-14 14:20:25 +01:00
publish-deb-brew-pkg.yml Remove COMMIT_SHA and COMMIT_DATE build arg 2021-08-31 17:01:58 +02:00
publish-docker-images.yml Improve docker CI: push `vX.Y` tag (without patch) to DockerHub (#2507) 2022-06-16 09:51:20 +02:00
rust.yml Use nightly for cargo fmt in CI 2022-06-15 10:33:03 +02:00

README.md

GitHub Actions Workflow for Meilisearch

Note:

  • We do not use cache yet but we could use it to speed up CI

Workflow

  • On each pull request, we trigger cargo test.
  • On each tag, we build:
    • the tagged Docker image and publish it to Docker Hub
    • the binaries for MacOS, Ubuntu, and Windows
    • the Debian package
  • On each stable release (v*.*.* tag):
    • we build the latest Docker image and publish it to Docker Hub
    • we publish the binary to Hombrew and Gemfury

Problems

  • We do not test on Windows because we are unable to make it work, there is a disk space problem.