Skip to content

Commit

Permalink
Use v2 docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Sep 4, 2024
1 parent c6ed43d commit 7317f0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
RELEASE=$(cat VERSION)
VERSION=${{ github.sha }}
docker-compose
docker compose
-f tests/docker-compose.test.mongodb.yml
up
--build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
RELEASE=$(cat VERSION)
VERSION=${{ github.sha }}
docker-compose
docker compose
-f tests/docker-compose.test.mongodb.yml
up
--build
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
BUILD_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
RELEASE=$(cat VERSION)
VERSION=${{ github.sha }}
docker-compose
docker compose
-f tests/docker-compose.test.mongodb.yml
up
--build
Expand Down

0 comments on commit 7317f0b

Please sign in to comment.