From 9bf2650aa1601c23525236274ef34719df0e5eb8 Mon Sep 17 00:00:00 2001 From: Kengo TODA Date: Tue, 3 Jan 2023 19:48:37 +0800 Subject: [PATCH] docs: `docker-compose` is deprecated officially --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0373d2b..3eff3e0 100644 --- a/README.md +++ b/README.md @@ -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: