From 2714ed3683e6d4fd6e433318e33723186b7f7522 Mon Sep 17 00:00:00 2001 From: VishGit1234 <47926842+VishGit1234@users.noreply.github.com> Date: Sat, 17 Aug 2024 17:36:49 -0400 Subject: [PATCH 1/2] Update docker_context.sh --- .github/templates/docker_context/docker_context.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/templates/docker_context/docker_context.sh b/.github/templates/docker_context/docker_context.sh index e8dc0d1f..3ced31a0 100755 --- a/.github/templates/docker_context/docker_context.sh +++ b/.github/templates/docker_context/docker_context.sh @@ -21,7 +21,7 @@ fi while read -r module; do # Retrieve docker compose service names - services=$(docker-compose -f "$module" config --services) + services=$(docker compose -f "$module" config --services) module_out=$(echo "$module" | sed -n 's/modules\/docker-compose\.\(.*\)\.yaml/\1/p') # Skip simulation module From 14384b1b8b3a345d12394dd00c15229f4be7c67f Mon Sep 17 00:00:00 2001 From: VishGit1234 <47926842+VishGit1234@users.noreply.github.com> Date: Tue, 20 Aug 2024 18:06:29 -0400 Subject: [PATCH 2/2] Update docker_context.sh