From 796423b54aa786f6f73cb95a4d46924002b2e3d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Fei?= Date: Mon, 15 Sep 2025 14:12:11 +0200 Subject: [PATCH] fix: condition when evaluating legacy rolling tags (#313) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Niccolò Fei --- docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index 83fcf751..6f68eff0 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -74,7 +74,7 @@ target "default" { "${fullname}:${index(split(".",cleanVersion(pgVersion)),0)}-${tgt}-${distroVersion(base)}", "${fullname}:${cleanVersion(pgVersion)}-${tgt}-${distroVersion(base)}", "${fullname}:${cleanVersion(pgVersion)}-${formatdate("YYYYMMDDhhmm", now)}-${tgt}-${distroVersion(base)}", - ], (tgt == "system" && distroVersion(base) == "bullseye" && isPreview(pgVersion) == "false") ? getRollingTags("${fullname}", pgVersion) : []) + ], (tgt == "system" && distroVersion(base) == "bullseye" && isPreview(pgVersion) == false) ? getRollingTags("${fullname}", pgVersion) : []) context = "." target = "${tgt}" args = {