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}")}" ] }