guardian / typerighter

Even if you’re the right typer, couldn’t hurt to use Typerighter!
Apache License 2.0
276 stars 12 forks source link

Use new docker compose syntax #479

Closed simonbyford closed 2 months ago

simonbyford commented 2 months ago

What does this change?

Typerighter CI is currently failing on the "Build the stack" step:

https://github.com/guardian/typerighter/actions/runs/10262013969/job/28409557859

line 1: docker-compose: command not found

This is because GitHub actions has started using a newer version of Docker Compose:

https://github.blog/changelog/2024-04-10-github-hosted-runner-images-deprecation-notice-docker-compose-v1/

Switching to the new syntax should hopefully fix the issue.