update relevant changes from master

This commit is contained in:
mpostma
2021-03-10 14:43:10 +01:00
parent 5ecf514d28
commit 0cd8869349
16 changed files with 276 additions and 26 deletions

20
.github/workflows/publish_to_docker.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: Publish to dockerhub
on:
push:
tags:
- v*-alpha.*
jobs:
publish:
name: Publishing to dockerhub
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: getmeili/meilisearch
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tag_names: true