mirror of
				https://gitea.com/docker/build-push-action.git
				synced 2025-10-31 09:08:18 +07:00 
			
		
		
		
	ci: update virtual-env workflow
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									acb76cdd52
								
							
						
					
					
						commit
						5f7b938b8c
					
				
							
								
								
									
										18
									
								
								.github/workflows/virtual-env.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										18
									
								
								.github/workflows/virtual-env.yml
									
									
									
									
										vendored
									
									
								
							| @ -19,15 +19,33 @@ jobs: | |||||||
|       - |       - | ||||||
|         name: File system |         name: File system | ||||||
|         run: df -ah |         run: df -ah | ||||||
|  |       - | ||||||
|  |         name: Mounts | ||||||
|  |         run: mount | ||||||
|  |       - | ||||||
|  |         name: Node info | ||||||
|  |         run: node -p process | ||||||
|  |       - | ||||||
|  |         name: NPM version | ||||||
|  |         run: npm version | ||||||
|       - |       - | ||||||
|         name: List install packages |         name: List install packages | ||||||
|         run: apt list --installed |         run: apt list --installed | ||||||
|  |       - | ||||||
|  |         name: Docker daemon conf | ||||||
|  |         run: | | ||||||
|  |           cat /etc/docker/daemon.json | ||||||
|       - |       - | ||||||
|         name: Docker info |         name: Docker info | ||||||
|         run: docker info |         run: docker info | ||||||
|       - |       - | ||||||
|         name: Docker version |         name: Docker version | ||||||
|         run: docker version |         run: docker version | ||||||
|  |       - | ||||||
|  |         name: Cgroups | ||||||
|  |         run: | | ||||||
|  |           sudo apt-get install -y cgroup-tools | ||||||
|  |           lscgroup | ||||||
|       - |       - | ||||||
|         name: buildx version |         name: buildx version | ||||||
|         run: docker buildx version |         run: docker buildx version | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user