Closed mattjala closed 6 months ago
Docker Compose v1 is deprecated and has been removed from the default github runners, leading to failures with workflows that use HSDS scripts.
This should be as simple as replacing docker-compose with docker compose on the command line to force usage of the updated compose on runner machines.
docker-compose
docker compose
Docker Compose v1 is deprecated and has been removed from the default github runners, leading to failures with workflows that use HSDS scripts.
This should be as simple as replacing
docker-compose
withdocker compose
on the command line to force usage of the updated compose on runner machines.