Skip to content

Commit

Permalink
fix-script
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Shkuro <github@ysh.us>
  • Loading branch information
yurishkuro committed Nov 13, 2024
1 parent e942dfd commit 1779c57
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/build-hotrod-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ case "$jaeger_version" in
binary="jaeger"
;;
*)
echo "Invalid Jaeger version provided: $jaeger_version"
echo "Invalid Jaeger version provided: $jaeger_version"
print_help
;;
esac
Expand Down Expand Up @@ -99,7 +99,10 @@ make build-${binary}
bash scripts/build-upload-a-docker-image.sh -l -b -c "${binary}" -d cmd/"${binary}" -p "${current_platform}" -t release

echo '::group:: docker compose'
JAEGER_VERSION=$GITHUB_SHA REGISTRY="localhost:5000/" docker compose -f "$docker_compose_file" up -d
JAEGER_VERSION=$GITHUB_SHA \
HOTROD_VERSION=$GITHUB_SHA \
REGISTRY="localhost:5000/" \
docker compose -f "$docker_compose_file" up -d
echo '::endgroup::'

i=0
Expand Down

0 comments on commit 1779c57

Please sign in to comment.