mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-27 06:30:07 +01:00
Use variable for REGISTRY_CACHE
This commit is contained in:
parent
4d712f7861
commit
5b75b4119e
|
@ -56,7 +56,7 @@ function "get-cache-to" {
|
||||||
params = [version]
|
params = [version]
|
||||||
result = [
|
result = [
|
||||||
"type=gha,mode=max,scope=${version}_${BAKE_LOCAL_PLATFORM}",
|
"type=gha,mode=max,scope=${version}_${BAKE_LOCAL_PLATFORM}",
|
||||||
"type=registry,mode=max,ref=docker.io/nlss/wordpress-cache:${sha1("${version}-${BAKE_LOCAL_PLATFORM}")}"
|
"type=registry,mode=max,ref=${REGISTRY_CACHE}:${sha1("${version}-${BAKE_LOCAL_PLATFORM}")}"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user