Skip to content

Commit c9ef65b

Browse files
jsilvelasxd
authored andcommitted
fix: bad newline
Signed-off-by: Jaime Silvela <[email protected]>
1 parent cb2a26b commit c9ef65b

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)