mirror of https://github.com/docker/docs.git
bake: update files lookup order (#22029)
<!--Delete sections as needed --> ## Related issues or tickets * fixes https://github.com/docker/docs/issues/22018 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
6c3cc9396c
commit
b95f15af10
|
@ -55,8 +55,8 @@ If you don't specify any files, Bake will use the following lookup order:
|
|||
3. `docker-compose.yml`
|
||||
4. `docker-compose.yaml`
|
||||
5. `docker-bake.json`
|
||||
6. `docker-bake.override.json`
|
||||
7. `docker-bake.hcl`
|
||||
6. `docker-bake.hcl`
|
||||
7. `docker-bake.override.json`
|
||||
8. `docker-bake.override.hcl`
|
||||
|
||||
If more than one Bake file is found, all files are loaded and merged into a
|
||||
|
|
Loading…
Reference in New Issue