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 .
diff --git a/icu4jweb/pom.xml b/icu4jweb/pom.xml
index 1ed0c265..5a80a779 100644
--- a/icu4jweb/pom.xml
+++ b/icu4jweb/pom.xml
@@ -25,7 +25,7 @@ Copyright © 2016 and later Unicode, Inc. and others. All Rights Reserved.
com.ibm.icu
icu4j
- 73.1
+ 74.1
junit
diff --git a/icu4jweb/push-deploy.sh b/icu4jweb/push-deploy.sh
index 27ad4cb1..36320fc2 100644
--- a/icu4jweb/push-deploy.sh
+++ b/icu4jweb/push-deploy.sh
@@ -1,4 +1,4 @@
#!/bin/sh
set -x
# Edit the final part for each new release.
-docker push gcr.io/icu4c-demos/icu4jweb:71.1
+docker push us-central1-docker.pkg.dev/goog-unicode-dev/unicode-jsps/icu4j-demos:74.1