Skip to content

Commit 8521a64

Browse files
authored
fix missing "$" (#150)
Signed-off-by: Daniel Chambre <[email protected]>
1 parent 8078ba7 commit 8521a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-bake.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ variable "revision" {
1515
default = ""
1616
}
1717

18-
fullname = ( environment == "testing") ? "${registry}/postgresql-testing" : "{registry}/postgresql"
18+
fullname = ( environment == "testing") ? "${registry}/postgresql-testing" : "${registry}/postgresql"
1919
now = timestamp()
2020
authors = "The CloudNativePG Contributors"
2121
url = "https://github.com/cloudnative-pg/postgres-containers"

0 commit comments

Comments
 (0)