diff --git a/build/docker-bake.hcl b/build/docker-bake.hcl index 1e76c52..f75df15 100644 --- a/build/docker-bake.hcl +++ b/build/docker-bake.hcl @@ -56,7 +56,7 @@ function "get-cache-to" { params = [version] result = [ "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}")}" ] }