mirror of
https://github.com/N0rthernL1ghts/s6-rootfs.git
synced 2025-05-02 16:26:04 +02:00
Remove gha cache
This commit is contained in:
parent
c3b7cc2f6e
commit
b3b6ef30be
@ -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}")}"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user