From 34e7a8f454b21d1a3bf386bbf23c2d9fe1553951 Mon Sep 17 00:00:00 2001 From: flukolo4ek Date: Mon, 11 Nov 2024 12:45:13 +0300 Subject: [PATCH] ci: BI-0 test docker cache --- docker_build/bake_ci.hcl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker_build/bake_ci.hcl b/docker_build/bake_ci.hcl index ee1eba7b7..e2fafe64d 100644 --- a/docker_build/bake_ci.hcl +++ b/docker_build/bake_ci.hcl @@ -41,4 +41,7 @@ target "ci_with_src" { # todo: include stubs into the metapkg pyproject.toml "RUN . /venv/bin/activate && pip install -r /src/ci/requirements_types.txt" ]) + + cache-from = ["type=gha"] + cache-to = ["type=gha,mode=max"] }