Skip to content

Commit

Permalink
Update check-docker-build.yml to use Docker Compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
geekygirlsarah authored Aug 7, 2024
1 parent 9722357 commit c7733c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Docker Compose Build
run: docker-compose build
run: docker compose build

0 comments on commit c7733c8

Please sign in to comment.