From b3b6ef30be2070c934a337f5f4dde8ceb15fc246 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Thu, 13 Mar 2025 04:15:14 +0100 Subject: [PATCH] Remove gha cache --- build/docker-bake.hcl | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/docker-bake.hcl b/build/docker-bake.hcl index 4c24094..f148c7f 100644 --- a/build/docker-bake.hcl +++ b/build/docker-bake.hcl @@ -57,7 +57,6 @@ function "get-args-with-pak-ext" { function "get-cache-from" { params = [version] result = [ - "type=gha,scope=${version}_${BAKE_LOCAL_PLATFORM}", "type=registry,ref=${REGISTRY_CACHE}:${sha1("${version}-${BAKE_LOCAL_PLATFORM}")}" ] } @@ -66,7 +65,6 @@ function "get-cache-from" { function "get-cache-to" { params = [version] result = [ - "type=gha,mode=max,scope=${version}_${BAKE_LOCAL_PLATFORM}", "type=registry,mode=max,ref=${REGISTRY_CACHE}:${sha1("${version}-${BAKE_LOCAL_PLATFORM}")}" ] }