move to dind images
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Check Nix flake / Perform Nix flake checks (pull_request) Failing after 3s
				
			
		
			
				
	
				Check Nix flake / Build nix outputs (pull_request) Failing after 3s
				
			
		
			
				
	
				Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 8s
				
			
		
			
				
	
				Check Nix formatting / Perform Nix format checks (pull_request) Successful in 1m32s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Check Nix flake / Perform Nix flake checks (pull_request) Failing after 3s
				
			Check Nix flake / Build nix outputs (pull_request) Failing after 3s
				
			Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 8s
				
			Check Nix formatting / Perform Nix format checks (pull_request) Successful in 1m32s
				
			This commit is contained in:
		| @@ -11,7 +11,7 @@ in | ||||
| { | ||||
|   virtualisation.oci-containers.containers = { | ||||
|     act-stable-latest-main = { | ||||
|       image = "gitea/act_runner:latest"; | ||||
|       image = "gitea/act_runner:latest-dind-rootless"; | ||||
|       extraOptions = [ | ||||
|         "--stop-signal=SIGINT" | ||||
|       ]; | ||||
| @@ -35,7 +35,7 @@ in | ||||
|     }; | ||||
|  | ||||
|     act-stable-latest-1 = { | ||||
|       image = "gitea/act_runner:latest"; | ||||
|       image = "gitea/act_runner:latest-dind-rootless"; | ||||
|       extraOptions = [ | ||||
|         "--stop-signal=SIGINT" | ||||
|       ]; | ||||
| @@ -58,7 +58,7 @@ in | ||||
|     }; | ||||
|  | ||||
|     act-stable-latest-2 = { | ||||
|       image = "gitea/act_runner:latest"; | ||||
|       image = "gitea/act_runner:latest-dind-rootless"; | ||||
|       extraOptions = [ | ||||
|         "--stop-signal=SIGINT" | ||||
|       ]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user