oci manifest

This commit is contained in:
Elio Bischof
2025-06-18 10:10:58 +02:00
parent 1ba19cfdd8
commit 7e10b1e846

View File

@@ -2,7 +2,7 @@ target "docker-metadata-action" {}
target "login-pnpm" {
cache-to = [
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-pnpm-buildcache:${BUILD_CACHE_KEY}", mode: "max" oci-mediatypes=true }
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-pnpm-buildcache:${BUILD_CACHE_KEY}", mode: "max", oci-mediatypes=true }
]
output = [
{ type : "image", name: "${IMAGE_REGISTRY}/login-pnpm:${BUILD_CACHE_KEY}", push: true },