Skip to content

Commit e5e1829

Browse files
Adjusting docker build step in CI workflow.
1 parent 9fb403c commit e5e1829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Build App Image
5959
run: |
6060
cd docker
61-
docker-compose build
61+
docker compose build
6262
6363
- name: Push App Images
6464
run: |

0 commit comments

Comments
 (0)