We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0565352 commit 9ab646cCopy full SHA for 9ab646c
.kokoro/psm_interop_kokoro_lib.sh
@@ -30,7 +30,10 @@ readonly FORCE_TESTING_VERSION="${FORCE_TESTING_VERSION:-}"
30
readonly FORCE_IMAGE_BUILD_PSM="${FORCE_IMAGE_BUILD:-0}"
31
32
# Docker
33
-readonly DOCKER_REGISTRY="us-docker.pkg.dev"
+# TODO(sergiitk): if can be removed when DOCKER_REGISTRY removed from buildscripts.
34
+if [[ -z "${DOCKER_REGISTRY}" ]] ; then
35
+ readonly DOCKER_REGISTRY="us-docker.pkg.dev"
36
+fi
37
38
# GKE cluster identifiers.
39
readonly GKE_CLUSTER_PSM_LB="psm-lb"
0 commit comments