From 4ae278f8fa404f470444a00fe53c034b29e36cea Mon Sep 17 00:00:00 2001 From: Ildar Iskhakov Date: Thu, 2 Nov 2023 19:11:03 +0800 Subject: [PATCH] Use docker build remote cache (#3251) # What this PR does Second part of the following PR - https://github.com/grafana/oncall/pull/3245 ## 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) --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8c4b3332..53a56540 100644 --- a/.drone.yml +++ b/.drone.yml @@ -109,6 +109,8 @@ steps: from_secret: gcr_admin build_args: - BUILDKIT_INLINE_CACHE=1 + cache_from: + - grafana/oncall:latest depends_on: - Lint Backend - Unit Test Backend @@ -132,6 +134,8 @@ steps: from_secret: docker_username build_args: - BUILDKIT_INLINE_CACHE=1 + cache_from: + - grafana/oncall:latest depends_on: - Lint Backend - Unit Test Backend @@ -266,6 +270,8 @@ steps: from_secret: docker_username build_args: - BUILDKIT_INLINE_CACHE=1 + cache_from: + - grafana/oncall:latest depends_on: - set engine version