Update continuous-integration.yml

Try to fix the GH action hashFiles expression
This commit is contained in:
Christian Tzolov
2024-02-27 23:08:00 +01:00
committed by GitHub
parent 270f01608e
commit 3eb24f6088

View File

@@ -22,7 +22,7 @@ jobs:
- name: Cache Docker images.
uses: ScribeMD/docker-cache@0.3.7
with:
key: docker-${{ runner.os }}-${{ hashFiles('**/OllamaImage.java') }}
key: docker-${{ runner.os }}-${{ hashFiles('**/spring-ai-spring-boot-autoconfigure/src/test/java/org/springframework/ai/autoconfigure/ollama/OllamaImage.java') }}
- name: Build with Maven and deploy to Artifactory
env: