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:
CrazyMax 2025-02-13 16:35:14 +01:00 committed by GitHub
parent 6c3cc9396c
commit b95f15af10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ If you don't specify any files, Bake will use the following lookup order:
3. `docker-compose.yml` 3. `docker-compose.yml`
4. `docker-compose.yaml` 4. `docker-compose.yaml`
5. `docker-bake.json` 5. `docker-bake.json`
6. `docker-bake.override.json` 6. `docker-bake.hcl`
7. `docker-bake.hcl` 7. `docker-bake.override.json`
8. `docker-bake.override.hcl` 8. `docker-bake.override.hcl`
If more than one Bake file is found, all files are loaded and merged into a If more than one Bake file is found, all files are loaded and merged into a