Skip to content

Commit 7af0b1a

Browse files
committed
💚 Upgrade to newer compose binary syntax
1 parent 115d5f4 commit 7af0b1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
sudo echo "ALEPH_SECRET_KEY=batman\n" >> aleph.env
2929
echo "${GITHUB_REF}"
3030
docker --version
31-
docker-compose --version
31+
docker compose --version
3232
3333
- name: Build e2e image
3434
run: make build-e2e

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
COMPOSE=docker-compose -f docker-compose.dev.yml
2-
COMPOSE_E2E=docker-compose -f docker-compose.dev.yml -f docker-compose.e2e.yml
1+
COMPOSE=docker compose -f docker-compose.dev.yml
2+
COMPOSE_E2E=docker compose -f docker-compose.dev.yml -f docker-compose.e2e.yml
33
APPDOCKER=$(COMPOSE) run --rm app
44
UIDOCKER=$(COMPOSE) run --no-deps --rm ui
55
ALEPH_TAG=latest

0 commit comments

Comments
 (0)