docs: docker-compose is deprecated officially

This commit is contained in:
Kengo TODA
2023-01-03 19:48:37 +08:00
committed by GitHub
parent 457e95eaa0
commit 9bf2650aa1

View File

@@ -4,6 +4,8 @@
This action downloads the `docker-compose` command and add it to the `PATH` for following executions. It supports the Linux environment only.
⚠ The `docker-compose` command is now deprecated, consider to use the `docker compose` sub command instead. Refer to [Docker official blog](https://www.docker.com/blog/announcing-compose-v2-general-availability/) for detail.
## How to use
Add a step to your workflow like below: