File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed 
composites/restore-docker-images 
spring-cloud-kubernetes-test-support Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 2929      uses : actions/cache/save@v4 
3030      if : steps.images-cache.outputs.cache-hit != 'true' 
3131      with :
32-         path : | 
33-           /tmp/docker/ images 
32+         path : /tmp/docker/images 
33+         key :  docker-images-github-cache-${{ hashFiles('**/current- images.txt') }} 
3434
3535    - name : print images 
3636      shell : bash 
Original file line number Diff line number Diff line change 4848              owner: context.repo.owner, 
4949              repo: context.repo.repo, 
5050            }) 
51-             for (const cache of caches.data.actions_caches) { 
52-               console.log(cache) 
53-             }   
51+             console.log(caches.data) 
5452
5553name : maven build with dry-run for tests 
5654        uses : ./.github/workflows/composites/maven-build-with-dry-run-for-tests 
Original file line number Diff line number Diff line change 1212	<artifactId >spring-cloud-kubernetes-test-support</artifactId >
1313
1414	<properties >
15- 		<awaitility .version>4.0.3 </awaitility .version>
15+ 		<awaitility .version>4.1.1 </awaitility .version>
1616		<testcontainers .version>1.18.3</testcontainers .version>
1717	</properties >
1818	<dependencies >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments