Skip to content

Conversation

@magf
Copy link
Owner

@magf magf commented Oct 19, 2025

fix(ci): replace docker-compose with docker compose plugin and remove redundant setup (#3)

This PR replaces the deprecated Python-based docker-compose (v1) with the modern docker compose (v2, Go-based plugin) in the Justfile for the e2e-stable and e2e-debug recipes. It also removes the redundant docker/setup-compose-action from midnight.yml, as docker compose is already available in the CI environment. These changes ensure compatibility with newer Docker CLI versions, fixing failing end-to-end tests.

Changes

  • Updated Justfile to use docker compose instead of docker-compose in e2e-stable and e2e-debug recipes.
  • Removed docker/setup-compose-action from .github/workflows/midnight.yml.

Related Issues

  • Fixes failing E2E tests in CI due to deprecated docker-compose usage and redundant setup action.

@magf magf merged commit a662443 into master Oct 19, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants