mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00: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:
		
							
								
								
									
										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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user