Skip to content

Commit 088ec7e

Browse files
authored
chore: update librarian generator image builder to point to the correct location in librarian project (#14239)
1 parent 4eab855 commit 088ec7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ steps:
2424
# Specifies the build context directory
2525
- '--context=.'
2626
# The final destination for the image
27-
- '--destination=gcr.io/$PROJECT_ID/python-librarian-generator:latest'
27+
- '--destination= us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-dev/python-librarian-generator:latest'
2828
# Enables Kaniko's remote registry caching
2929
- '--cache=true'
3030
# (Optional but recommended) Sets a time-to-live for cache layers

0 commit comments

Comments
 (0)