mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2025-12-09 13:52:40 +01:00
Remove GHA cache due to issues when used in combination with registry cache
This commit is contained in:
@@ -46,7 +46,6 @@ function "get-args" {
|
|||||||
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}")}"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -55,7 +54,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