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 6fddb9a commit 78b71f1Copy full SHA for 78b71f1
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v2
24
25
- name: Build docker images
26
- run: docker-compose build --build-arg TARGET_VERSION=${{ matrix.ruby }}
+ run: docker compose build --build-arg TARGET_VERSION=${{ matrix.ruby }}
27
28
- name: Run tests
29
- run: docker-compose run ci
+ run: docker compose run ci
0 commit comments