test ci perf

This commit is contained in:
Florian Forster
2025-02-19 10:09:55 +01:00
parent c2afb4e739
commit 2dc5f484ac
2 changed files with 22 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ variable "REGISTRY" {
default = "ghcr.io/zitadel"
}
## TODO replace with matix groups
group "build" {
targets = ["console-build", "core-build"]
}
@@ -44,7 +43,7 @@ target "console" {
"build" = []
"output" = []
"lint" = []
"image" = ["${REGISTRY}/console:latest"]
"image" = ["${REGISTRY}/console:${GITHUB_SHA}"]
}[tgt]
target = tgt
}
@@ -78,7 +77,7 @@ target "core" {
"build" = []
"output" = []
"lint" = []
"image" = ["${REGISTRY}/zitadel:latest"]
"image" = ["${REGISTRY}/zitadel:${GITHUB_SHA}"]
}[tgt]
target = tgt
}