oci manifest

This commit is contained in:
Elio Bischof
2025-06-18 10:14:14 +02:00
parent 7e10b1e846
commit c3e781e308

View File

@@ -11,7 +11,7 @@ target "login-pnpm" {
target "login-dev-base" { target "login-dev-base" {
cache-to = [ cache-to = [
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-dev-base-buildcache:${BUILD_CACHE_KEY}", mode: "max" } { type: "registry", ref: "${IMAGE_REGISTRY}/login-dev-base-buildcache:${BUILD_CACHE_KEY}", mode: "max", oci-mediatypes=true }
] ]
output = [ output = [
{ type : "image", name: "${IMAGE_REGISTRY}/login-dev-base:${BUILD_CACHE_KEY}", push: true }, { type : "image", name: "${IMAGE_REGISTRY}/login-dev-base:${BUILD_CACHE_KEY}", push: true },
@@ -20,7 +20,7 @@ target "login-dev-base" {
target "login-lint" { target "login-lint" {
cache-to = [ cache-to = [
{ type: "registry", ref: "${IMAGE_REGISTRY}/login-lint-buildcache:${BUILD_CACHE_KEY}", mode: "max" } { type: "registry", ref: "${IMAGE_REGISTRY}/login-lint-buildcache:${BUILD_CACHE_KEY}", mode: "max", oci-mediatypes=true }
] ]
output = [ output = [
{ type : "image", name: "${IMAGE_REGISTRY}/login-lint:${BUILD_CACHE_KEY}", push: true }, { type : "image", name: "${IMAGE_REGISTRY}/login-lint:${BUILD_CACHE_KEY}", push: true },