mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
bake
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# login-standalone should be extended by the login-standalone target in apps/login/docker-bake.hcl
|
||||
target "login-standalone" {
|
||||
dockerfile = "build/login/Dockerfile"
|
||||
cache-from = ["type=gha,scope=login-build-{{.Platform}}"]
|
||||
cache-to = ["type=gha,mode=max,scope=login-build-{{.Platform}}"]
|
||||
}
|
||||
|
||||
target "login-standalone-out" {
|
||||
inherits = ["login-standalone"]
|
||||
target = "build-out"
|
||||
output = [
|
||||
"type=local,dest=.artifacts/login"
|
||||
]
|
||||
output = ["type=local,dest=.artifacts/login"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user