Skip to content

Commit

Permalink
build: use docker compose instead of docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Aug 2, 2024
1 parent f51c07f commit add2b6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
permissions:
contents: read
packages: write

jobs:
windows:
runs-on: windows-${{ matrix.os }}
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
shell: bash

- name: Test run
run: docker-compose --file docker-compose.test.yml run sut
run: docker compose --file docker-compose.test.yml run sut
working-directory: ./windows
env:
IMAGE: ${{ env.IMAGE }}:${{ env.TAG }}
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
run: docker buildx bake test

- name: Test run
run: docker-compose --file docker-compose.test.yml run sut
run: docker compose --file docker-compose.test.yml run sut
working-directory: ./linux
env:
IMAGE: ${{ env.IMAGE }}:${{ env.TAG }}
Expand Down

0 comments on commit add2b6a

Please sign in to comment.