mirror of
				https://git.mirrors.martin98.com/https://github.com/docker/setup-docker-action
				synced 2025-10-31 18:01:07 +08:00 
			
		
		
		
	ci: test install on linux without containerd
This commit is contained in:
		
							parent
							
								
									8d0a8e33ff
								
							
						
					
					
						commit
						e96e0e2c98
					
				
							
								
								
									
										11
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @ -153,10 +153,21 @@ jobs: | ||||
| 
 | ||||
|   build-linux: | ||||
|     runs-on: ubuntu-latest | ||||
|     strategy: | ||||
|       fail-fast: false | ||||
|       matrix: | ||||
|         containerd: | ||||
|           - containerd-system | ||||
|           - containerd-tarball | ||||
|     steps: | ||||
|       - | ||||
|         name: Checkout | ||||
|         uses: actions/checkout@v4 | ||||
|       - | ||||
|         name: Uninstall containerd | ||||
|         if: matrix.containerd == 'containerd-tarball' | ||||
|         run: | | ||||
|           sudo apt-get remove -y containerd.io | ||||
|       - | ||||
|         name: Set up Docker | ||||
|         uses: ./ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 CrazyMax
						CrazyMax