Update test.yml

This commit is contained in:
Peter 2023-07-12 21:02:59 +02:00 committed by GitHub
parent c9728bee23
commit 67fe0b7f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@ jobs:
docker compose -f docker-compose.yml -f docker-compose.preride.yml config > docker-compose.override.yml
- name: Build Docker Images
run: |
docker compose build ${image}
docker buildx bake --print
#docker compose build ${image}
env:
image: ${{ matrix.images }}