[API/Docker] Fix cache keys
This commit is contained in:
		
							parent
							
								
									1710c1ff35
								
							
						
					
					
						commit
						d72f6f59cb
					
				
							
								
								
									
										4
									
								
								.github/workflows/docker-publish-api.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/docker-publish-api.yml
									
									
									
									
										vendored
									
									
								
							| @ -20,9 +20,9 @@ jobs: | ||||
|         uses: actions/cache@v2 | ||||
|         with: | ||||
|           path: /tmp/.buildx-cache/api | ||||
|           key: ${{ runner.os }}-buildx-${{ github.sha }}-api | ||||
|           key: ${{ runner.os }}-buildx-api-${{ github.sha }} | ||||
|           restore-keys: | | ||||
|             ${{ runner.os }}-buildx-api | ||||
|             ${{ runner.os }}-buildx-api- | ||||
|       - | ||||
|         name: Login to DockerHub | ||||
|         uses: docker/login-action@v1 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Paul Munteanu
						Paul Munteanu