switched to runs-on: docker
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				docker-monica-build mr / build (push) Failing after 20s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	docker-monica-build mr / build (push) Failing after 20s
				
			Signed-off-by: Roger Sikorski <roger@sikorski.cloud>
This commit is contained in:
		@@ -16,7 +16,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    # needs: Dockerfile lint
 | 
					    # needs: Dockerfile lint
 | 
				
			||||||
    runs-on: k3s
 | 
					    runs-on: docker # because of ipv4 problem in k3s we use docker vm
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v3
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
      - name: Kaniko build
 | 
					      - name: Kaniko build
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user