Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erseco authored Aug 11, 2024
1 parent 725cdd5 commit 0ae8a2e
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 @@ -73,8 +73,8 @@ jobs:
# Step 7: Test the built image
- name: Test
run: |
docker-compose version
docker-compose --file docker-compose.test.yml up --exit-code-from sut --timeout 10 --build
docker compose version
docker compose --file docker-compose.test.yml up --exit-code-from sut --timeout 10 --build
# Step 8: Build and Push (if not a PR)
- name: Build and push
Expand Down

0 comments on commit 0ae8a2e

Please sign in to comment.