We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fa45b commit 217cce3Copy full SHA for 217cce3
.github/workflows/main.yml
@@ -6,4 +6,4 @@ jobs:
6
steps:
7
- uses: actions/checkout@v2
8
- name: Build the develop stack
9
- run: docker-compose -f develop.yml build
+ run: docker compose -f develop.yml build
0 commit comments