Skip to content

Commit a16c3e7

Browse files
committed
test_docker_build: use 'docker compose' instead of 'docker-compose'
1 parent c141fb4 commit a16c3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_docker_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Build the stack
17-
run: docker-compose build --no-cache
17+
run: docker compose build --no-cache
1818

0 commit comments

Comments
 (0)