We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c141fb4 commit a16c3e7Copy full SHA for a16c3e7
.github/workflows/test_docker_build.yml
@@ -14,5 +14,5 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
- name: Build the stack
17
- run: docker-compose build --no-cache
+ run: docker compose build --no-cache
18
0 commit comments