diff --git a/docker-bake-ci.hcl b/docker-bake-ci.hcl index 8d6f357a42..e96d1c8c9f 100644 --- a/docker-bake-ci.hcl +++ b/docker-bake-ci.hcl @@ -2,7 +2,6 @@ target "docker-metadata-action" {} target "login-pnpm" { cache-to = [ - { "type": "inline"}, { "type": "registry", "ref": "${IMAGE_REGISTRY}/login-pnpm-buildcache:${BUILD_CACHE_KEY}", "mode": "max" } ] output = [ @@ -12,7 +11,6 @@ target "login-pnpm" { target "login-dev-base" { cache-to = [ - { "type": "inline"}, { "type": "registry", "ref": "${IMAGE_REGISTRY}/login-dev-base-buildcache:${BUILD_CACHE_KEY}", "mode": "max" } ] output = [ @@ -22,7 +20,6 @@ target "login-dev-base" { target "login-lint" { cache-to = [ - { "type": "inline"}, { "type": "registry", "ref": "${IMAGE_REGISTRY}/login-lint-buildcache:${BUILD_CACHE_KEY}", "mode": "max" } ] output = [