We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01408e commit ab29f5eCopy full SHA for ab29f5e
tool/.deploy.sh
@@ -67,7 +67,7 @@ echo "### Deploying index.yaml"
67
time -p gcloud --project "$PROJECT_ID" app deploy index.yaml
68
69
# This script will build images:
70
-APP_IMAGE="gcr.io/$PROJECT_ID/pub-dev-$APP_VERSION-app"
+APP_IMAGE="us-central1-docker.pkg.dev/$PROJECT_ID/app-images/pub-dev:$APP_VERSION"
71
WORKER_IMAGE="us-central1-docker.pkg.dev/dartlang-pub-tasks/$PROJECT_ID-worker-images/task-worker:$APP_VERSION"
72
73
echo "### Building docker image for appengine: $APP_IMAGE"
0 commit comments