Skip to content

Commit

Permalink
Update .deploy.sh to use artifact registry (#8006)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj committed Sep 2, 2024
1 parent d01408e commit ab29f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/.deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ echo "### Deploying index.yaml"
time -p gcloud --project "$PROJECT_ID" app deploy index.yaml

# This script will build images:
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"
WORKER_IMAGE="us-central1-docker.pkg.dev/dartlang-pub-tasks/$PROJECT_ID-worker-images/task-worker:$APP_VERSION"

echo "### Building docker image for appengine: $APP_IMAGE"
Expand Down

0 comments on commit ab29f5e

Please sign in to comment.