st2-docker icon indicating copy to clipboard operation
st2-docker copied to clipboard

Adapt workflows to Docker compose v2 to prevent them from failing

Open InsulaVentus opened this issue 1 year ago • 1 comments
trafficstars

Docker Compose v1 is deprecated and has been removed from all ubuntu runner images (https://github.com/actions/runner-images/issues/9692). This has caused all workflows since around august to fail with docker-compose: command not found.

To adapt to Compose v2 we need to use docker compose instead of docker-compose, ref the Compose migration guide: https://docs.docker.com/compose/releases/migrate

InsulaVentus avatar Oct 17 '24 07:10 InsulaVentus

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Oct 17 '24 07:10 CLAassistant