From 6212810e20b204d201dfd205321a9c798958ba3c Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Mon, 16 Jun 2025 23:13:41 +0200 Subject: [PATCH] use cache --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8dcc527368..5b4253a850 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 --provenance=false --load login-lint + docker buildx bake --provenance=false --load --pull login-lint login-lint-run: docker run --rm $(LOGIN_LINT_TAG) lint