mirror of
https://github.com/N0rthernL1ghts/s6-rootfs.git
synced 2025-12-08 17:32:40 +01:00
Remove gha cache
This commit is contained in:
@@ -57,7 +57,6 @@ function "get-args-with-pak-ext" {
|
|||||||
function "get-cache-from" {
|
function "get-cache-from" {
|
||||||
params = [version]
|
params = [version]
|
||||||
result = [
|
result = [
|
||||||
"type=gha,scope=${version}_${BAKE_LOCAL_PLATFORM}",
|
|
||||||
"type=registry,ref=${REGISTRY_CACHE}:${sha1("${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" {
|
function "get-cache-to" {
|
||||||
params = [version]
|
params = [version]
|
||||||
result = [
|
result = [
|
||||||
"type=gha,mode=max,scope=${version}_${BAKE_LOCAL_PLATFORM}",
|
|
||||||
"type=registry,mode=max,ref=${REGISTRY_CACHE}:${sha1("${version}-${BAKE_LOCAL_PLATFORM}")}"
|
"type=registry,mode=max,ref=${REGISTRY_CACHE}:${sha1("${version}-${BAKE_LOCAL_PLATFORM}")}"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user