Update .github/workflows/docker-publish.yaml
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build / Dependencies_NPM (push) Successful in 1m13s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build / Dependencies_NPM (push) Successful in 1m13s
				
			This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/docker-publish.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docker-publish.yaml
									
									
									
									
										vendored
									
									
								
							@@ -37,6 +37,6 @@ jobs:
 | 
			
		||||
 | 
			
		||||
      - name: Build image
 | 
			
		||||
        run: docker build --no-cache -t "${{inputs.image}}:$TAG" .
 | 
			
		||||
			
 | 
			
		||||
 | 
			
		||||
      - name: Push image
 | 
			
		||||
        run: docker push "${{inputs.image}}:$TAG"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user