Skip to content

Commit

Permalink
ci: fix compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Aug 15, 2024
1 parent 4e89f07 commit de1ff0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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

- name: Log into registry
if: github.ref_name == 'main'
Expand Down Expand Up @@ -68,4 +68,4 @@ jobs:
commit: ${{ github.sha }}
name: ${{ env.VERSION }}
tag: v${{ env.VERSION }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit de1ff0f

Please sign in to comment.