mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #15865 from overleaf/csh-multiple-repo-cache
Make the `-deps` image cache work with multiple repos GitOrigin-RevId: 83c8350e44721bb01a8533f394bcace2a7bf5d26
This commit is contained in:
committed by
Copybot
parent
38efea39f2
commit
11ff6e769d
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user