This commit is contained in:
Elio Bischof
2025-06-17 20:56:57 +02:00
parent 28a9995882
commit 1d33c96b9e

View File

@@ -2,7 +2,6 @@ target "docker-metadata-action" {}
target "login-pnpm" { target "login-pnpm" {
cache-to = [ cache-to = [
{ "type": "inline"},
{ "type": "registry", "ref": "${IMAGE_REGISTRY}/login-pnpm-buildcache:${BUILD_CACHE_KEY}", "mode": "max" } { "type": "registry", "ref": "${IMAGE_REGISTRY}/login-pnpm-buildcache:${BUILD_CACHE_KEY}", "mode": "max" }
] ]
output = [ output = [
@@ -12,7 +11,6 @@ target "login-pnpm" {
target "login-dev-base" { target "login-dev-base" {
cache-to = [ cache-to = [
{ "type": "inline"},
{ "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" }
] ]
output = [ output = [
@@ -22,7 +20,6 @@ target "login-dev-base" {
target "login-lint" { target "login-lint" {
cache-to = [ cache-to = [
{ "type": "inline"},
{ "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" }
] ]
output = [ output = [