mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:27:31 +00:00
login-lint
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -40,7 +40,6 @@ jobs:
|
||||
with:
|
||||
source: .
|
||||
targets: login-lint
|
||||
provenance: false
|
||||
push: false
|
||||
files: |
|
||||
docker-bake.hcl
|
||||
|
@@ -8,6 +8,10 @@ variable "BUILD_CACHE_KEY" {
|
||||
default = "local"
|
||||
}
|
||||
|
||||
target "default" {
|
||||
platforms = ["linux/amd64"]
|
||||
}
|
||||
|
||||
target "login-pnpm" {
|
||||
cache-from = [
|
||||
{ "type": "registry", "ref": "${IMAGE_REGISTRY}/login-pnpm-buildcache:${BUILD_CACHE_KEY}" }
|
||||
|
Reference in New Issue
Block a user