File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 IMG2VEC : cr.weaviate.io/semitechnologies/img2vec-pytorch:resnet50
1313 MINIO : minio/minio:latest
1414 MODEL2VEC : cr.weaviate.io/semitechnologies/model2vec-inference:minishlab-potion-retrieval-32M
15- SUPPORTED_VERSIONS : ' ["1.32.0", "1.33.0"]'
16- DOCKER_CACHE_KEY : docker-images-${{ env.IMG2VEC }}-${{ env.MINIO }}-${{ env.MODEL2VEC }}
1715 DOCKER_IMAGES_TAR : docker-images.tar
1816
1917jobs :
3028 - name : Restore and update Docker cache
3129 id : docker-cache-restore
3230 uses : actions/cache@v4
31+ env :
32+ DOCKER_CACHE_KEY : docker-images-${{ env.IMG2VEC }}-${{ env.MINIO }}-${{ env.MODEL2VEC }}
3333 with :
3434 path : ${{ env.DOCKER_IMAGES_TAR }}
3535 key : ${{ env.DOCKER_CACHE_KEY }}
@@ -59,11 +59,13 @@ jobs:
5959 needs : [ docker-cache, maven-cache]
6060 strategy :
6161 matrix :
62- WEAVIATE_VERSION : ${{ fromJson(env.SUPPORTED_VERSIONS) }}
62+ WEAVIATE_VERSION : ["1.32", "1.33"]
6363 steps :
6464 - uses : actions/checkout@v4
6565
6666 - uses : actions/cache@v4
67+ env :
68+ DOCKER_CACHE_KEY : docker-images-${{ env.IMG2VEC }}-${{ env.MINIO }}-${{ env.MODEL2VEC }}
6769 with :
6870 path : ${{ env.DOCKER_IMAGES_TAR }}
6971 key : ${{ env.DOCKER_CACHE_KEY }}
You can’t perform that action at this time.
0 commit comments