mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 19:09:16 +00:00
split
This commit is contained in:
@@ -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 = [
|
||||
|
Reference in New Issue
Block a user