mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 20:15:07 +08:00
Merge pull request #61 from meilisearch/fix-ci
Add checkout to docker CI
This commit is contained in:
commit
e7b541a2af
1
.github/workflows/publish_to_docker.yml
vendored
1
.github/workflows/publish_to_docker.yml
vendored
@ -10,6 +10,7 @@ jobs:
|
|||||||
name: Publishing to dockerhub
|
name: Publishing to dockerhub
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
- name: Publish to Registry
|
- name: Publish to Registry
|
||||||
uses: elgohr/Publish-Docker-Github-Action@master
|
uses: elgohr/Publish-Docker-Github-Action@master
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user