Skip to content

Commit 7317f0b

Browse files
committed
Use v2 docker compose
1 parent c6ed43d commit 7317f0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
2828
RELEASE=$(cat VERSION)
2929
VERSION=${{ github.sha }}
30-
docker-compose
30+
docker compose
3131
-f tests/docker-compose.test.mongodb.yml
3232
up
3333
--build

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
2828
RELEASE=$(cat VERSION)
2929
VERSION=${{ github.sha }}
30-
docker-compose
30+
docker compose
3131
-f tests/docker-compose.test.mongodb.yml
3232
up
3333
--build
@@ -57,7 +57,7 @@ jobs:
5757
BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
5858
RELEASE=$(cat VERSION)
5959
VERSION=${{ github.sha }}
60-
docker-compose
60+
docker compose
6161
-f tests/docker-compose.test.mongodb.yml
6262
up
6363
--build

0 commit comments

Comments
 (0)