File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,8 @@ if [[ "${runtime}" == "k8s" ]]; then
133
133
134
134
echo ' ::group:: run on Kubernetes'
135
135
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
138
138
kind load docker-image jaegertracing/all-in-one:latest --name kind
139
139
kind load docker-image jaegertracing/example-hotrod:latest --name kind
140
140
You can’t perform that action at this time.
0 commit comments