Skip to content

Commit 78b71f1

Browse files
committed
Update docker compose command
1 parent 6fddb9a commit 78b71f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v2
2424

2525
- name: Build docker images
26-
run: docker-compose build --build-arg TARGET_VERSION=${{ matrix.ruby }}
26+
run: docker compose build --build-arg TARGET_VERSION=${{ matrix.ruby }}
2727

2828
- name: Run tests
29-
run: docker-compose run ci
29+
run: docker compose run ci

0 commit comments

Comments
 (0)