Skip to content

Commit be2a521

Browse files
committed
Hopefully fix docker github CI
1 parent 1abce99 commit be2a521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Build the Docker image
15-
run: docker-compose build
15+
run: docker compose build

0 commit comments

Comments
 (0)