mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-31 02:17:58 +00:00 
			
		
		
		
	Fix the docker removal of images
Signed-off-by: Jaspreet Sachdev <jaspreet.sachdev@kinarasystems.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build-dev.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build-dev.yml
									
									
									
									
										vendored
									
									
								
							| @@ -29,7 +29,7 @@ jobs: | |||||||
|     # Clean unnecessary files to save disk space |     # Clean unnecessary files to save disk space | ||||||
|     - name: clean unncessary files to save space |     - name: clean unncessary files to save space | ||||||
|       run: | |       run: | | ||||||
|         docker rmi `docker images -q` |         docker rmi `docker images -q` || true | ||||||
|  |  | ||||||
|     - name: Build image for ${{ matrix.target }} |     - name: Build image for ${{ matrix.target }} | ||||||
|       id: build |       id: build | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jaspreet Sachdev
					Jaspreet Sachdev