We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2092308 commit 796423bCopy full SHA for 796423b
1 file changed
docker-bake.hcl
@@ -74,7 +74,7 @@ target "default" {
74
"${fullname}:${index(split(".",cleanVersion(pgVersion)),0)}-${tgt}-${distroVersion(base)}",
75
"${fullname}:${cleanVersion(pgVersion)}-${tgt}-${distroVersion(base)}",
76
"${fullname}:${cleanVersion(pgVersion)}-${formatdate("YYYYMMDDhhmm", now)}-${tgt}-${distroVersion(base)}",
77
- ], (tgt == "system" && distroVersion(base) == "bullseye" && isPreview(pgVersion) == "false") ? getRollingTags("${fullname}", pgVersion) : [])
+ ], (tgt == "system" && distroVersion(base) == "bullseye" && isPreview(pgVersion) == false) ? getRollingTags("${fullname}", pgVersion) : [])
78
context = "."
79
target = "${tgt}"
80
args = {
0 commit comments