Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use new docker compose syntax #479

Merged
merged 1 commit into from
Aug 6, 2024
Merged

Use new docker compose syntax #479

merged 1 commit into from
Aug 6, 2024

Conversation

simonbyford
Copy link
Contributor

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.

@simonbyford simonbyford requested a review from a team as a code owner August 6, 2024 14:33
@simonbyford simonbyford merged commit b6845cd into main Aug 6, 2024
4 checks passed
@simonbyford simonbyford deleted the use-new-docker-syntax branch August 6, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants