mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +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
|
||||
|
||||
- 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:
|
||||
- the tagged docker image
|
||||
- the binaries for MacOS, Ubuntu, and Windows
|
||||
- the debian package
|
||||
- On each stable release, we are build the latest docker image.
|
||||
|
||||
## Problems
|
||||
|
||||
|
4
.github/workflows/publish-docker-latest.yml
vendored
4
.github/workflows/publish-docker-latest.yml
vendored
@ -1,8 +1,8 @@
|
||||
---
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||
|
||||
name: Publish latest image to Docker Hub
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user