mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 07:07:32 +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:
|
with:
|
||||||
source: .
|
source: .
|
||||||
targets: login-lint
|
targets: login-lint
|
||||||
provenance: false
|
|
||||||
push: false
|
push: false
|
||||||
files: |
|
files: |
|
||||||
docker-bake.hcl
|
docker-bake.hcl
|
||||||
|
@@ -8,6 +8,10 @@ variable "BUILD_CACHE_KEY" {
|
|||||||
default = "local"
|
default = "local"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
target "default" {
|
||||||
|
platforms = ["linux/amd64"]
|
||||||
|
}
|
||||||
|
|
||||||
target "login-pnpm" {
|
target "login-pnpm" {
|
||||||
cache-from = [
|
cache-from = [
|
||||||
{ "type": "registry", "ref": "${IMAGE_REGISTRY}/login-pnpm-buildcache:${BUILD_CACHE_KEY}" }
|
{ "type": "registry", "ref": "${IMAGE_REGISTRY}/login-pnpm-buildcache:${BUILD_CACHE_KEY}" }
|
||||||
|
Reference in New Issue
Block a user