(github) fix e2e workflow

An update to ubuntu made the command "docker-compose" not
working anymore. This commit fixes the issue.
This commit is contained in:
Anthony LC
2024-08-02 17:13:30 +02:00
committed by Anthony LC
parent df59bfd1ee
commit 582e3f5a05

View File

@@ -181,7 +181,7 @@ jobs:
DOCKER_BUILDKIT: 1
COMPOSE_DOCKER_CLI_BUILD: 1
run: |
docker-compose build --pull --build-arg BUILDKIT_INLINE_CACHE=1
docker compose build --pull --build-arg BUILDKIT_INLINE_CACHE=1
make run
- name: Apply DRF migrations