login-lint

This commit is contained in:
Elio Bischof
2025-06-17 21:59:09 +02:00
parent d3eac5b495
commit ad37a71165
2 changed files with 4 additions and 1 deletions

View File

@@ -40,7 +40,6 @@ jobs:
with:
source: .
targets: login-lint
provenance: false
push: false
files: |
docker-bake.hcl

View File

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