mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-20 11:13:57 +00:00
test
This commit is contained in:
@@ -102,8 +102,8 @@ target "core-build" {
|
||||
console = "target:console-build"
|
||||
}
|
||||
target = "build"
|
||||
cache-to = ["type=gha,ignore-error=true,mode=max,scope=core-build"]
|
||||
cache-from = ["type=gha,scope=core-build"]
|
||||
cache-to = ["type=gha,ignore-error=true,mode=max,scope=core-build-${os}-${arch}"]
|
||||
cache-from = ["type=gha,scope=core-build-${os}-${arch}"]
|
||||
}
|
||||
|
||||
target "core-lint" {
|
||||
|
Reference in New Issue
Block a user