update
This commit is contained in:
		@@ -10,3 +10,7 @@ end_of_line = lf
 | 
				
			|||||||
charset = utf-8
 | 
					charset = utf-8
 | 
				
			||||||
trim_trailing_whitespace = true
 | 
					trim_trailing_whitespace = true
 | 
				
			||||||
insert_final_newline = true
 | 
					insert_final_newline = true
 | 
				
			||||||
 | 
					quote_type = single
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[{Makefile,**.mk}]
 | 
				
			||||||
 | 
					indent_style = tab
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -24,7 +24,7 @@ jobs:
 | 
				
			|||||||
        with:
 | 
					        with:
 | 
				
			||||||
          image: rogersik/monica
 | 
					          image: rogersik/monica
 | 
				
			||||||
          registry: gitea.sikorski.cloud
 | 
					          registry: gitea.sikorski.cloud
 | 
				
			||||||
          tag: "4.1-dev"
 | 
					          tag: '4.1-dev'
 | 
				
			||||||
          cache: true
 | 
					          cache: true
 | 
				
			||||||
          username: rogersik
 | 
					          username: rogersik
 | 
				
			||||||
          password: ${{ secrets.REGISTRY_PASSWORD }}
 | 
					          password: ${{ secrets.REGISTRY_PASSWORD }}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,7 +5,7 @@ on:
 | 
				
			|||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - main
 | 
					      - main
 | 
				
			||||||
  schedule:
 | 
					  schedule:
 | 
				
			||||||
    - cron: "0 6 * * SUN"
 | 
					    - cron: '0 6 * * SUN'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  dockerfile_lint:
 | 
					  dockerfile_lint:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user