Skip to content

Commit 6b2a3e4

Browse files
committed
debug(ci): do not cache model2vec image
1 parent 9573ead commit 6b2a3e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
docker pull $IMG2VEC
4040
docker pull $MINIO
41-
docker pull $MODEL2VEC
41+
# docker pull $MODEL2VEC
4242
docker save $IMG2VEC $MINIO $MODEL2VEC -o $DOCKER_IMAGES_TAR
4343
4444
maven-cache:

0 commit comments

Comments
 (0)