From e728498bf330ec7f228ff32dd1ac5c417a6a6956 Mon Sep 17 00:00:00 2001 From: Misha Sugakov Date: Tue, 5 May 2026 15:09:26 +0200 Subject: [PATCH] Bump GHA image expiration to 52 weeks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e3cec6011..59c8dc905 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ endif # Set expiration on Quay.io for non-release tags. ifeq ($(findstring x,$(TAG)),x) -QUAY_TAG_EXPIRATION=13w +QUAY_TAG_EXPIRATION=52w else QUAY_TAG_EXPIRATION=never endif