From a9c07323705f2e979d04f5aff0c114700c41c0dc Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Mon, 16 Jun 2025 22:01:59 +0200 Subject: [PATCH] use cache --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4bd79a63da..d8ce1f4a76 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ login-help: @echo " clean-cache-keys - Remove all cache keys." login-lint-build: - docker buildx bake --builder default --provenance=false --pull login-lint + docker buildx bake --provenance=false --pull login-lint login-lint-run: docker run --rm $(LOGIN_LINT_TAG) lint