Merge pull request #153 from crazy-max/preserve-quotes
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				ci / multi-images (push) Successful in 7s
				
					
					
				
			
		
			
				
	
				ci / tag-schedule () (push) Successful in 7s
				
					
					
				
			
		
			
				
	
				ci / tag-schedule (cron-{{date 'YYYYMMDD'}}) (push) Successful in 6s
				
					
					
				
			
		
			
				
	
				ci / tag-schedule (schedule) (push) Successful in 7s
				
					
					
				
			
		
			
				
	
				ci / tag-schedule ({{date 'YYYYMMDD-HHmmss'}}) (push) Successful in 6s
				
					
					
				
			
		
			
				
	
				ci / tag-match (\d.\d, 0) (push) Successful in 6s
				
					
					
				
			
		
			
				
	
				ci / tag-match (\d.\d.\d, 0) (push) Successful in 7s
				
					
					
				
			
		
			
				
	
				ci / tag-match (v(.*), 1) (push) Successful in 6s
				
					
					
				
			
		
			
				
	
				ci / tag-semver (auto) (push) Successful in 7s
				
					
					
				
			
		
			
				
	
				ci / tag-semver (false) (push) Successful in 7s
				
					
					
				
			
		
			
				
	
				ci / tag-semver (true) (push) Successful in 7s
				
					
					
				
			
		
			
				
	
				ci / flavor (push) Successful in 7s
				
					
					
				
			
		
			
				
	
				ci / labels (push) Successful in 7s
				
					
					
				
			
		
			
				
	
				ci / json (push) Successful in 7s
				
					
					
				
			
		
			
				
	
				ci / docker-push (push) Failing after 17s
				
					
					
				
			
		
			
				
	
				ci / bake (push) Failing after 10s
				
					
					
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	ci / multi-images (push) Successful in 7s
				ci / tag-schedule () (push) Successful in 7s
				ci / tag-schedule (cron-{{date 'YYYYMMDD'}}) (push) Successful in 6s
				ci / tag-schedule (schedule) (push) Successful in 7s
				ci / tag-schedule ({{date 'YYYYMMDD-HHmmss'}}) (push) Successful in 6s
				ci / tag-match (\d.\d, 0) (push) Successful in 6s
				ci / tag-match (\d.\d.\d, 0) (push) Successful in 7s
				ci / tag-match (v(.*), 1) (push) Successful in 6s
				ci / tag-semver (auto) (push) Successful in 7s
				ci / tag-semver (false) (push) Successful in 7s
				ci / tag-semver (true) (push) Successful in 7s
				ci / flavor (push) Successful in 7s
				ci / labels (push) Successful in 7s
				ci / json (push) Successful in 7s
				ci / docker-push (push) Failing after 17s
				ci / bake (push) Failing after 10s
				Preserve quotes inside unquoted field
This commit is contained in:
		
						commit
						a2e02890a0
					
				
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -162,7 +162,7 @@ jobs: | ||||
|           labels: | | ||||
|             maintainer=CrazyMax | ||||
|             org.opencontainers.image.title=MyCustomTitle | ||||
|             org.opencontainers.image.description=Another description | ||||
|             org.opencontainers.image.description=this is a "good" example | ||||
|             org.opencontainers.image.vendor=MyCompany | ||||
| 
 | ||||
|   json: | ||||
|  | ||||
| @ -1921,7 +1921,7 @@ describe('latest', () => { | ||||
|         labels: [ | ||||
|           "maintainer=CrazyMax", | ||||
|           "org.opencontainers.image.title=MyCustomTitle", | ||||
|           "org.opencontainers.image.description=Another description", | ||||
|           `org.opencontainers.image.description=this is a "good" example`, | ||||
|           "org.opencontainers.image.vendor=MyCompany", | ||||
|         ] | ||||
|       } as Inputs, | ||||
| @ -1945,7 +1945,7 @@ describe('latest', () => { | ||||
|         "org.opencontainers.image.licenses=MIT", | ||||
|         "maintainer=CrazyMax", | ||||
|         "org.opencontainers.image.title=MyCustomTitle", | ||||
|         "org.opencontainers.image.description=Another description", | ||||
|         `org.opencontainers.image.description=this is a "good" example`, | ||||
|         "org.opencontainers.image.vendor=MyCompany" | ||||
|       ] | ||||
|     ], | ||||
|  | ||||
							
								
								
									
										1
									
								
								dist/index.js
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								dist/index.js
									
									
									
										generated
									
									
										vendored
									
									
								
							| @ -74,6 +74,7 @@ function getInputList(name, ignoreComma) { | ||||
|     } | ||||
|     for (let output of sync_1.default(items, { | ||||
|         columns: false, | ||||
|         relax: true, | ||||
|         relaxColumnCount: true, | ||||
|         skipLinesWithEmptyValues: true | ||||
|     })) { | ||||
|  | ||||
| @ -48,6 +48,7 @@ export function getInputList(name: string, ignoreComma?: boolean): string[] { | ||||
| 
 | ||||
|   for (let output of csvparse(items, { | ||||
|     columns: false, | ||||
|     relax: true, | ||||
|     relaxColumnCount: true, | ||||
|     skipLinesWithEmptyValues: true | ||||
|   }) as Array<string[]>) { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 CrazyMax
						CrazyMax