This commit is contained in:
Elio Bischof
2025-07-31 02:00:10 +02:00
parent 9c83436128
commit 37c13bbc77
2 changed files with 3 additions and 35 deletions

View File

@@ -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"]
}