CI recipes

This commit is contained in:
mpostma
2021-03-01 14:39:57 +01:00
parent 4316d991a2
commit e1e5935e3c
2 changed files with 57 additions and 0 deletions

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

@ -0,0 +1,19 @@
name: Publish to dockerhub
on:
push:
tags:
- v*-alpha.*
jobs:
publish:
name: Publishing to dockerhub
runs-on: ubuntu-latest
steps:
- 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