mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Fix auto-formater issue.
Indeed, my editor always fixes the format for me. That's why those 2 lines were changed.
This commit is contained in:
parent
72c4db4553
commit
7331da0410
4
.github/workflows/publish-docker-images.yml
vendored
4
.github/workflows/publish-docker-images.yml
vendored
@ -1,10 +1,10 @@
|
||||
---
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 4 * * *" # Every day at 4:00am
|
||||
- cron: '0 4 * * *' # Every day at 4:00am
|
||||
push:
|
||||
tags:
|
||||
- "*"
|
||||
- '*'
|
||||
|
||||
name: Publish tagged images to Docker Hub
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user