diff --git a/services/clsi/Makefile b/services/clsi/Makefile index a59ff68053..876943cecf 100644 --- a/services/clsi/Makefile +++ b/services/clsi/Makefile @@ -89,7 +89,7 @@ benchmarks: build: docker pull gcr.io/overleaf-ops/$(PROJECT_NAME):$(BRANCH_NAME)-deps \ || docker pull gcr.io/overleaf-ops/$(PROJECT_NAME):main-deps \ - || echo 'nothing cached' + || echo 'nothing cached for gcr.io/overleaf-ops' docker build \ --pull \ --build-arg BUILDKIT_INLINE_CACHE=1 \ diff --git a/services/filestore/Makefile b/services/filestore/Makefile index a466367c38..af831c4a8d 100644 --- a/services/filestore/Makefile +++ b/services/filestore/Makefile @@ -89,7 +89,7 @@ benchmarks: build: docker pull gcr.io/overleaf-ops/$(PROJECT_NAME):$(BRANCH_NAME)-deps \ || docker pull gcr.io/overleaf-ops/$(PROJECT_NAME):main-deps \ - || echo 'nothing cached' + || echo 'nothing cached for gcr.io/overleaf-ops' docker build \ --pull \ --build-arg BUILDKIT_INLINE_CACHE=1 \ diff --git a/services/spelling/Makefile b/services/spelling/Makefile index dd7200340f..e344f77321 100644 --- a/services/spelling/Makefile +++ b/services/spelling/Makefile @@ -89,7 +89,7 @@ benchmarks: build: docker pull gcr.io/overleaf-ops/$(PROJECT_NAME):$(BRANCH_NAME)-deps \ || docker pull gcr.io/overleaf-ops/$(PROJECT_NAME):main-deps \ - || echo 'nothing cached' + || echo 'nothing cached for gcr.io/overleaf-ops' docker build \ --pull \ --build-arg BUILDKIT_INLINE_CACHE=1 \