main: container name is just package
This commit is contained in:
		
							parent
							
								
									52ad9cfd98
								
							
						
					
					
						commit
						f235be040d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								main.js
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								main.js
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -36,7 +36,7 @@ async function main() {
 | 
			
		|||
        const match = changelog.match(regex)
 | 
			
		||||
        const { package, version, revision, distribution } = match.groups
 | 
			
		||||
        const os = await getOS(getDistribution(distribution))
 | 
			
		||||
        const container = package + "_" + version
 | 
			
		||||
        const container = package
 | 
			
		||||
        const image = os + ":" + getDistribution(distribution)
 | 
			
		||||
 | 
			
		||||
        fs.mkdirSync(artifactsDirectory, { recursive: true })
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue