This commit is contained in:
Elio Bischof
2025-06-13 03:26:38 +02:00
parent 46ebca1b54
commit b55225324f

View File

@@ -23,9 +23,7 @@ target "login-test-unit" {
login-dev-base = "target:login-dev-base" login-dev-base = "target:login-dev-base"
login-client = "target:login-client" login-client = "target:login-client"
} }
output= { output = ["type=docker"]
type = "docker"
}
tags = ["${LOGIN_TEST_UNIT_TAG}"] tags = ["${LOGIN_TEST_UNIT_TAG}"]
} }
@@ -38,9 +36,7 @@ target "login-lint" {
contexts = { contexts = {
login-dev-base = "target:login-dev-base" login-dev-base = "target:login-dev-base"
} }
output= { output = ["type=docker"]
type = "docker"
}
tags = ["${LOGIN_LINT_TAG}"] tags = ["${LOGIN_LINT_TAG}"]
} }
@@ -95,9 +91,7 @@ target "login-test-integration" {
contexts = { contexts = {
login-pnpm = "target:login-pnpm" login-pnpm = "target:login-pnpm"
} }
output= { output = ["type=docker"]
type = "docker"
}
tags = ["${LOGIN_TEST_INTEGRATION_TAG}"] tags = ["${LOGIN_TEST_INTEGRATION_TAG}"]
} }
@@ -110,9 +104,7 @@ target "login-test-acceptance" {
contexts = { contexts = {
login-pnpm = "target:login-pnpm" login-pnpm = "target:login-pnpm"
} }
output= { output = ["type=docker"]
type = "docker"
}
tags = ["${LOGIN_TEST_ACCEPTANCE_TAG}"] tags = ["${LOGIN_TEST_ACCEPTANCE_TAG}"]
} }