We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f59c2 commit c77b8cbCopy full SHA for c77b8cb
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@v2
30
31
- name: Build docker images
32
- run: docker-compose build --build-arg TARGET_VERSION=${{ matrix.ruby }}
+ run: docker compose build --build-arg TARGET_VERSION=${{ matrix.ruby }}
33
34
- name: Run tests
35
- run: docker-compose run ci
+ run: docker compose run ci
0 commit comments