Skip to content

Commit 5d966bf

Browse files
test
Signed-off-by: chahat sagar <[email protected]>
1 parent 6c5c6c6 commit 5d966bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build/build-hotrod-image.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ if [[ "${runtime}" == "k8s" ]]; then
133133

134134
echo '::group:: run on Kubernetes'
135135
echo '::group:: Loading images into Kind cluster'
136-
docker tag localhost:5000/jaegertracing/all-in-one:latest jaegertracing/all-in-one:latest
137-
docker tag localhost:5000/jaegertracing/example-hotrod:latest jaegertracing/example-hotrod:latest
136+
docker tag localhost:5000/jaegertracing/all-in-one:${GITHUB_SHA} jaegertracing/all-in-one:latest
137+
docker tag localhost:5000/jaegertracing/example-hotrod:${GITHUB_SHA} jaegertracing/example-hotrod:latest
138138
kind load docker-image jaegertracing/all-in-one:latest --name kind
139139
kind load docker-image jaegertracing/example-hotrod:latest --name kind
140140

0 commit comments

Comments
 (0)