Skip to content

Commit 93f04e3

Browse files
committed
fix: bad newline
Signed-off-by: Jaime Silvela <jaime.silvela@mailfence.com>
1 parent 9628cd4 commit 93f04e3

File tree

1 file changed

+2
-1
lines changed
  • content/blog/building-images-bake

1 file changed

+2
-1
lines changed

content/blog/building-images-bake/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ But, how does this magic happen? Let's take a look at the Bake and the Docker fi
133133
### Bake file
134134

135135
The magic starts with our postgres-containers repository, where we have a `docker-bake.hcl` file
136-
that is being used to build the images provided by the CloudNativePG project.It's the base for our custom Bake file.
136+
that is being used to build the images provided by the CloudNativePG project.
137+
It's the base for our custom Bake file.
137138

138139
The `docker-bake.hcl` file contains a lot of functions that are used to build the images. One of them is the `getExtensionsString()`.
139140
This function, given the list of extensions we provided, will return a string of the extensions with the correct package name

0 commit comments

Comments
 (0)