Update .github/workflows/Continues Integration.yaml
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	
This commit is contained in:
		
							
								
								
									
										8
									
								
								.github/workflows/Continues Integration.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/Continues Integration.yaml
									
									
									
									
										vendored
									
									
								
							@@ -78,14 +78,20 @@ jobs:
 | 
			
		||||
          path: dist/
 | 
			
		||||
 | 
			
		||||
  docker:
 | 
			
		||||
    # needs: dependencies
 | 
			
		||||
    name: Build docker image
 | 
			
		||||
    needs: build-prod
 | 
			
		||||
    container: git.zakscode.com/ztimson/runner
 | 
			
		||||
    steps:
 | 
			
		||||
 | 
			
		||||
      - name: Checkout repository
 | 
			
		||||
        uses: actions/checkout@v3
 | 
			
		||||
 | 
			
		||||
      - name: Download production build
 | 
			
		||||
        uses: actions/download-artifact@v3
 | 
			
		||||
        with:
 | 
			
		||||
          name: build-prod
 | 
			
		||||
          path: dist
 | 
			
		||||
 | 
			
		||||
      - name: Build docker image
 | 
			
		||||
        uses: ztimson/actions/docker/build@develop
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user