Skip to content

Commit b5ef09c

Browse files
authored
RELEASING.md: Fix interop_matrix image name (grpc#11653)
1 parent 1612536 commit b5ef09c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,14 @@ Tagging the Release
167167
generation instructions][gcr-image]. Summary:
168168
```bash
169169
# If you haven't previously configured docker:
170-
gcloud auth configure-docker
170+
gcloud auth configure-docker us-docker.pkg.dev
171171

172172
# In main grpc repo, add the new version to matrix
173173
${EDITOR:-nano -w} tools/interop_matrix/client_matrix.py
174174
tools/interop_matrix/create_matrix_images.py --git_checkout --release=v$MAJOR.$MINOR.$PATCH \
175175
--upload_images --language java
176-
docker pull gcr.io/grpc-testing/grpc_interop_java:v$MAJOR.$MINOR.$PATCH
177-
docker_image=gcr.io/grpc-testing/grpc_interop_java:v$MAJOR.$MINOR.$PATCH \
176+
docker pull us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_interop_java:v$MAJOR.$MINOR.$PATCH
177+
docker_image=us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_interop_java:v$MAJOR.$MINOR.$PATCH \
178178
tools/interop_matrix/testcases/java__master
179179

180180
# Commit the changes

0 commit comments

Comments
 (0)