mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
release
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
target "typescript-proto-client" {
|
||||
contexts = {
|
||||
proto-files = "target:proto-files"
|
||||
}
|
||||
# login-standalone can extend the login-standalone target in apps/login/docker-bake.hcl
|
||||
target "login-standalone" {
|
||||
context = .
|
||||
dockerfile = dockerfiles/login.Dockerfile
|
||||
}
|
||||
|
||||
target "login-standalone-out" {
|
||||
inherits = ["login-standalone"]
|
||||
target = "build-out"
|
||||
output = [
|
||||
"type=local,dest=.artifacts/login"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user