Skip to content

Commit 218d965

Browse files
committed
fix
1 parent 16c8f4f commit 218d965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/ci-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ install_ds_otlp() {
5454
-f ./ci/values.yaml \
5555
-f ./ci/values-otlp-col.yaml \
5656
--set-string image.tag="otelcolcontrib-v$CI_COMMIT_SHORT_SHA" \
57-
--set-string image.repository="601427279990.dkr.ecr.us-east-1.amazonaws.com/otel-collector-contrib"
57+
--set-string image.repository=${registry}
5858
}
5959

6060
###########################################################################################################

0 commit comments

Comments
 (0)