We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8078ba7 commit 8521a64Copy full SHA for 8521a64
docker-bake.hcl
@@ -15,7 +15,7 @@ variable "revision" {
15
default = ""
16
}
17
18
-fullname = ( environment == "testing") ? "${registry}/postgresql-testing" : "{registry}/postgresql"
+fullname = ( environment == "testing") ? "${registry}/postgresql-testing" : "${registry}/postgresql"
19
now = timestamp()
20
authors = "The CloudNativePG Contributors"
21
url = "https://github.com/cloudnative-pg/postgres-containers"
0 commit comments