From a85a2f6bec1c67e0d5c567b71c7525453c9efa8b Mon Sep 17 00:00:00 2001 From: Ildar Iskhakov Date: Tue, 12 Dec 2023 06:30:48 +0800 Subject: [PATCH] Add more docker image cache sources (#3373) # What this PR does ## Which issue(s) this PR fixes ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [ ] Documentation added (or `pr:no public docs` PR label added if not required) - [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required) --------- Co-authored-by: Joey Orlando --- Tiltfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tiltfile b/Tiltfile index ec6e80ba..2b8a79f9 100644 --- a/Tiltfile +++ b/Tiltfile @@ -35,7 +35,7 @@ allow_k8s_contexts(["kind-kind"]) docker_build_sub( "localhost:63628/oncall/engine:dev", context="./engine", - cache_from=["grafana/oncall:latest"], + cache_from=["grafana/oncall:latest", "grafana/oncall:dev"], ignore=["./grafana-plugin/test-results/", "./grafana-plugin/dist/", "./grafana-plugin/e2e-tests/"], child_context=".", target="dev",