Skip to content

Commit

Permalink
test/kokoro: add missing image tagging to the xDS interop url map bui…
Browse files Browse the repository at this point in the history
…ldscript (#5569)
  • Loading branch information
sergiitk committed Aug 9, 2022
1 parent 6f34b7a commit 7981af4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/kokoro/xds_url_map.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ build_test_app_docker_images() {
docker build -f "${SRC_DIR}/interop/xds/client/Dockerfile" -t "${CLIENT_IMAGE_NAME}:${GIT_COMMIT}" "${SRC_DIR}"
gcloud -q auth configure-docker
docker push "${CLIENT_IMAGE_NAME}:${GIT_COMMIT}"
if is_version_branch "${TESTING_VERSION}"; then
tag_and_push_docker_image "${CLIENT_IMAGE_NAME}" "${GIT_COMMIT}" "${TESTING_VERSION}"
fi
}

#######################################
Expand Down

0 comments on commit 7981af4

Please sign in to comment.