mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-09 21:14:30 +01: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:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 4 * * *" # Every day at 4:00am
|
- cron: '0 4 * * *' # Every day at 4:00am
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- "*"
|
- '*'
|
||||||
|
|
||||||
name: Publish tagged images to Docker Hub
|
name: Publish tagged images to Docker Hub
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user