Skip to content

docker-compose: command not found in action, which was working yesterday #134407

Discussion options

You must be logged in to vote

Try these solutions;

  1. Check Installation:

Ensure docker-compose is installed in your CI environment.
Use which docker-compose or docker-compose --version to verify.

  1. Update Pipeline Config:

Add a step in your CI pipeline to install docker-compose:
(yaml)

`

  1. Check PATH:

Ensure the installation directory is in the system's PATH.

  1. Rebuild Cache:

Clear any cached layers in your CI environment to apply the changes.

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@gszentesi
Comment options

@grandmas-favorite
Comment options

@NaveedAhmadHematmal
Comment options

Answer selected by gszentesi
Comment options

You must be logged in to vote
1 reply
@alexgleith
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working correctly Actions Build, test, and automate your deployment pipeline with world-class CI/CD
6 participants