Skip to content

Commit b95f15a

Browse files
authored
bake: update files lookup order (#22029)
<!--Delete sections as needed --> ## Related issues or tickets * fixes #22018 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review Signed-off-by: CrazyMax <[email protected]>
1 parent 6c3cc93 commit b95f15a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/build/bake/overrides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ If you don't specify any files, Bake will use the following lookup order:
5555
3. `docker-compose.yml`
5656
4. `docker-compose.yaml`
5757
5. `docker-bake.json`
58-
6. `docker-bake.override.json`
59-
7. `docker-bake.hcl`
58+
6. `docker-bake.hcl`
59+
7. `docker-bake.override.json`
6060
8. `docker-bake.override.hcl`
6161

6262
If more than one Bake file is found, all files are loaded and merged into a

0 commit comments

Comments
 (0)