File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments