Skip to content

Commit

Permalink
test_docker_build: use 'docker compose' instead of 'docker-compose'
Browse files Browse the repository at this point in the history
  • Loading branch information
bkueng committed Aug 14, 2024
1 parent c141fb4 commit a16c3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build the stack
run: docker-compose build --no-cache
run: docker compose build --no-cache

0 comments on commit a16c3e7

Please sign in to comment.