Skip to content

Commit

Permalink
Update docker_context.sh (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
VishGit1234 authored Sep 11, 2024
1 parent 83aa29b commit e06e59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/templates/docker_context/docker_context.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e06e59c

Please sign in to comment.