Skip to content

Commit ab29f5e

Browse files
authored
Update .deploy.sh to use artifact registry (#8006)
1 parent d01408e commit ab29f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/.deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ echo "### Deploying index.yaml"
6767
time -p gcloud --project "$PROJECT_ID" app deploy index.yaml
6868

6969
# This script will build images:
70-
APP_IMAGE="gcr.io/$PROJECT_ID/pub-dev-$APP_VERSION-app"
70+
APP_IMAGE="us-central1-docker.pkg.dev/$PROJECT_ID/app-images/pub-dev:$APP_VERSION"
7171
WORKER_IMAGE="us-central1-docker.pkg.dev/dartlang-pub-tasks/$PROJECT_ID-worker-images/task-worker:$APP_VERSION"
7272

7373
echo "### Building docker image for appengine: $APP_IMAGE"

0 commit comments

Comments
 (0)