Using docker's classic builder, there seems to be a bug in the new one
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Publish Website / publish (push) Failing after 4s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Publish Website / publish (push) Failing after 4s
				
			This commit is contained in:
		@@ -61,6 +61,8 @@ jobs:
 | 
				
			|||||||
      # ------------------------------------------------------------
 | 
					      # ------------------------------------------------------------
 | 
				
			||||||
      - name: Stop existing stack (ignore if none)
 | 
					      - name: Stop existing stack (ignore if none)
 | 
				
			||||||
        shell: bash
 | 
					        shell: bash
 | 
				
			||||||
 | 
					        env:
 | 
				
			||||||
 | 
					          DOCKER_BUILDKIT: 0
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          cd ./website
 | 
					          cd ./website
 | 
				
			||||||
          docker compose down --remove-orphans || true
 | 
					          docker compose down --remove-orphans || true
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user