From 1a310e7cbf25b69ca64e6d6b2b051244d0943838 Mon Sep 17 00:00:00 2001 From: Craig Cornelius Date: Mon, 13 Nov 2023 17:03:13 -0800 Subject: [PATCH] Update scripts for deploying to new project locatino --- icu4jweb/build-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4jweb/build-deploy.sh b/icu4jweb/build-deploy.sh index 6cfa4543..6232dc01 100644 --- a/icu4jweb/build-deploy.sh +++ b/icu4jweb/build-deploy.sh @@ -2,4 +2,4 @@ set -x # the project id "icu4c-demos" cannot be changed. # Update the final part of the tag for each new release. -docker build -t gcr.io/icu4c-demos/icu4jweb:71.1 . +docker build -t us-central1-docker.pkg.dev/goog-unicode-dev/unicode-jsps/icu4j-demos:74.1 .