Skip to content

Commit c7393d9

Browse files
committed
Change docker-compose to docker compose
1 parent 17fc2b2 commit c7393d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/build_and_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
"${ACTIONS_SCRIPTS_DIR}/echo_variables.sh" \
7575
"docker version" "$(docker --version)" \
76-
"docker-compose version" "$(docker-compose --version)" \
76+
"docker compose version" "$(docker compose version)" \
7777
"git version" "$(git --version)" \
7878
"GITHUB_WORKSPACE" "$GITHUB_WORKSPACE" \
7979
"GITHUB_REF" "$GITHUB_REF" \

Diff for: ci_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ echo -e "BUILD_VERSION: [${GREEN}${BUILD_VERSION}${NC}]"
488488
echo -e "STROOM_RESOURCES_GIT_TAG: [${GREEN}${STROOM_RESOURCES_GIT_TAG}${NC}]"
489489
echo -e "LOCAL_BUILD: [${GREEN}${LOCAL_BUILD}${NC}]"
490490
echo -e "docker version: [${GREEN}$(docker --version)${NC}]"
491-
echo -e "docker-compose version: [${GREEN}$(docker-compose --version)${NC}]"
491+
echo -e "docker-compose version: [${GREEN}$(docker compose version)${NC}]"
492492
echo -e "git version: [${GREEN}$(git --version)${NC}]"
493493

494494
# Normal commit/PR/tag build

0 commit comments

Comments
 (0)