diff --git a/docker-bake.hcl b/docker-bake.hcl index 223df36e..779344d2 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -15,7 +15,7 @@ variable "revision" { default = "" } -fullname = ( environment == "testing") ? "${registry}/postgresql-testing" : "{registry}/postgresql" +fullname = ( environment == "testing") ? "${registry}/postgresql-testing" : "${registry}/postgresql" now = timestamp() authors = "The CloudNativePG Contributors" url = "https://github.com/cloudnative-pg/postgres-containers"