Merge pull request #61 from meilisearch/fix-ci

Add checkout to docker CI
This commit is contained in:
Clémentine Urquizar 2021-03-02 11:43:45 +01:00 committed by GitHub
commit e7b541a2af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ jobs:
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: