Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build-images.yml: fix "." resolution for docker-compose files
docker compose config -f with multiple docker compose files uses the path of first compose file to resolve ".". But we want to build all the docker images defined with docker compose in this repo, thus we call docker compose config for all docker-compose files and merge the service definitions.
- Loading branch information