-
My action firstly setup-buildx-action and then run Is there any recent changes introduce the problem? |
Beta Was this translation helpful? Give feedback.
Answered by
crazy-max
Aug 2, 2024
Replies: 1 comment 1 reply
-
You should change your command to |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
crazy-max
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
docker-compose
aka compose v1 is EOL for quite some time. Looking at github public runners only compose v2 is available: https://github.com/actions/runner-images/blob/main/images%2Fubuntu%2FUbuntu2204-Readme.mdYou should change your command to
docker compose
which uses compose v2 as CLI plugin.