Skip to content

Commit f118fae

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build/build-hotrod-image.sh

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

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

0 commit comments

Comments
 (0)