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 c6ed43d commit 7317f0bCopy full SHA for 7317f0b
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
28
RELEASE=$(cat VERSION)
29
VERSION=${{ github.sha }}
30
- docker-compose
+ docker compose
31
-f tests/docker-compose.test.mongodb.yml
32
up
33
--build
.github/workflows/tests.yml
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
63
0 commit comments